pinwheel: Use flycheck-eglot in emacs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user