pinwheel: Add flycheck to emacs

This commit is contained in:
Alexander Heldt
2023-10-28 15:31:14 +02:00
parent 733e41fe0a
commit 2ce0201e30

View File

@@ -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