diff --git a/hosts/pinwheel/modules/emacs/config.org b/hosts/pinwheel/modules/emacs/config.org index 52a7ac1..d3dddcf 100644 --- a/hosts/pinwheel/modules/emacs/config.org +++ b/hosts/pinwheel/modules/emacs/config.org @@ -484,7 +484,8 @@ Setup prefix for keybindings. * Flycheck #+BEGIN_SRC emacs-lisp - (use-package flycheck) + (use-package flycheck + :init (global-flycheck-mode)) #+END_SRC * LSP ** Eglot