summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-03-25 03:24:16 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-03-26 00:20:56 -0400
commitee79cc489b871e8acb33ee3a4f1f2cee54382813 (patch)
tree5645a593409b737fe146a8b231ae065dcb21b41a /init.el
parent8e08d49a9496b330ffdb46009c1028a554ea9a3b (diff)
downloademacs.d-ee79cc489b871e8acb33ee3a4f1f2cee54382813.tar.gz
rm'd eglot config, it has all the servers I use setup by default now
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index e8fb9d2..a73be6b 100644
--- a/init.el
+++ b/init.el
@@ -65,9 +65,6 @@
(when (require? 'company)
(require 'init-company))
-(when (require? 'eglot)
- (require 'init-eglot))
-
(when (require? 'flycheck)
(require 'init-flycheck))