summaryrefslogtreecommitdiff
path: root/emacs/site-lisp/my-eglot.el
diff options
context:
space:
mode:
authorThomas Ulmer <thomasmulmer02@gmail.com>2025-12-14 11:45:28 -0800
committerThomas Ulmer <thomasmulmer02@gmail.com>2025-12-14 11:45:28 -0800
commit9a6b9dd20c9bc79288c06554afffa44dcde8f691 (patch)
tree2c30546d3c5d85a22d07725bddbe947adc128b19 /emacs/site-lisp/my-eglot.el
parentbddbdfc757c22c386e085ac130858f55aee5aafc (diff)
emacs: move slow loading packages out, window swapping
Diffstat (limited to 'emacs/site-lisp/my-eglot.el')
-rw-r--r--emacs/site-lisp/my-eglot.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/site-lisp/my-eglot.el b/emacs/site-lisp/my-eglot.el
new file mode 100644
index 0000000..f4a00a3
--- /dev/null
+++ b/emacs/site-lisp/my-eglot.el
@@ -0,0 +1,7 @@
+(use-package eglot
+ :demand t)
+(use-package eglot-tempel
+ :after eglot tempel
+ :config
+ (eglot-tempel-mode 1))
+