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