pinwheel: Use flycheck-eglot in emacs

This commit is contained in:
Alexander Heldt
2024-07-15 12:48:54 +02:00
parent 5c66ceb52f
commit dbcc62c88a

View File

@@ -479,8 +479,12 @@ Setup prefix for keybindings.
* Flycheck * Flycheck
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package flycheck (use-package flycheck)
:init (global-flycheck-mode))
(use-package flycheck-eglot
:after (flycheck eglot)
:config
(global-flycheck-eglot-mode 1))
#+END_SRC #+END_SRC
* LSP * LSP
** Eglot ** Eglot