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.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.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -65,9 +65,6 @@ (when (require? 'company) (require 'init-company)) -(when (require? 'eglot) - (require 'init-eglot)) - (when (require? 'flycheck) (require 'init-flycheck)) |