summaryrefslogtreecommitdiff
path: root/config/emacs/site-lisp
diff options
context:
space:
mode:
authorThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 15:37:32 -0800
committerThomas Ulmer <thomas.ulmer@redflagai.co>2026-02-11 16:02:01 -0800
commit67722ddb4200433493fecf5cfbac3690ef515f47 (patch)
treededd03202b9e4cfcb2f0b92d4a62aca963e68bdc /config/emacs/site-lisp
parente1740f662083ebcd5573e6876ad3ecc8a8488cd9 (diff)
emacs various prog tweaks and abbrevs
Diffstat (limited to 'config/emacs/site-lisp')
-rw-r--r--config/emacs/site-lisp/my-eglot.el7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/emacs/site-lisp/my-eglot.el b/config/emacs/site-lisp/my-eglot.el
index f4a00a3..5d5457b 100644
--- a/config/emacs/site-lisp/my-eglot.el
+++ b/config/emacs/site-lisp/my-eglot.el
@@ -4,4 +4,9 @@
:after eglot tempel
:config
(eglot-tempel-mode 1))
-
+(use-package flycheck-eglot
+ :ensure t
+ :after (flycheck eglot)
+ :custom (flycheck-eglot-exclusive nil)
+ :config
+ (global-flycheck-eglot-mode 1))