pinwheel: Add flycheck to emacs
This commit is contained in:
@@ -455,6 +455,10 @@ Setup prefix for keybindings.
|
|||||||
(global-diff-hl-mode t))
|
(global-diff-hl-mode t))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Flycheck
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package flycheck)
|
||||||
|
#+END_SRC
|
||||||
* LSP
|
* LSP
|
||||||
** Eglot
|
** Eglot
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|||||||
Reference in New Issue
Block a user