diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-14 11:45:28 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-14 11:45:28 -0800 |
| commit | 9a6b9dd20c9bc79288c06554afffa44dcde8f691 (patch) | |
| tree | 2c30546d3c5d85a22d07725bddbe947adc128b19 /emacs/site-lisp/my-eglot.el | |
| parent | bddbdfc757c22c386e085ac130858f55aee5aafc (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.el | 7 |
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)) + |
