diff options
author | John Turner <jturner.usa@gmail.com> | 2023-03-25 03:24:16 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-03-26 00:20:56 -0400 |
commit | ee79cc489b871e8acb33ee3a4f1f2cee54382813 (patch) | |
tree | 5645a593409b737fe146a8b231ae065dcb21b41a /init/eglot/init-eglot.el | |
parent | 8e08d49a9496b330ffdb46009c1028a554ea9a3b (diff) | |
download | emacs.d-ee79cc489b871e8acb33ee3a4f1f2cee54382813.tar.gz |
rm'd eglot config, it has all the servers I use setup by default now
Diffstat (limited to 'init/eglot/init-eglot.el')
-rw-r--r-- | init/eglot/init-eglot.el | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/init/eglot/init-eglot.el b/init/eglot/init-eglot.el deleted file mode 100644 index dd85cca..0000000 --- a/init/eglot/init-eglot.el +++ /dev/null @@ -1,7 +0,0 @@ -(require 'eglot) - -(setq eglot-autoshutdown t) - -(load "init-eglot-servers") - -(provide 'init-eglot) |