diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 4c0a4e9..a551a81 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -455,6 +455,10 @@ Setup prefix for keybindings. (global-diff-hl-mode t)) #+END_SRC +* Flycheck +#+BEGIN_SRC emacs-lisp + (use-package flycheck) +#+END_SRC * LSP ** Eglot #+BEGIN_SRC emacs-lisp