summaryrefslogtreecommitdiff
path: root/init/eglot
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-07-16 00:45:01 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-07-16 00:45:01 -0400
commit4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (patch)
treeb49cc7c8493e7c277a23f10c324fc4fde9967418 /init/eglot
parente166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff)
downloademacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz
converted init code to use use-package
Diffstat (limited to 'init/eglot')
-rw-r--r--init/eglot/init-eglot.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/eglot/init-eglot.el b/init/eglot/init-eglot.el
deleted file mode 100644
index 128f7fb..0000000
--- a/init/eglot/init-eglot.el
+++ /dev/null
@@ -1,4 +0,0 @@
-(setq eglot-autoshutdown t
- eglot-events-buffer-size 0)
-
-(provide 'init-eglot)