diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index cd2b877..bfb9a27 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -479,8 +479,12 @@ Setup prefix for keybindings. * Flycheck #+BEGIN_SRC emacs-lisp - (use-package flycheck - :init (global-flycheck-mode)) + (use-package flycheck) + + (use-package flycheck-eglot + :after (flycheck eglot) + :config + (global-flycheck-eglot-mode 1)) #+END_SRC * LSP ** Eglot