From f1a5981d76a406382fae497915ab64b86e2a8631 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Wed, 19 Jun 2024 11:35:23 +0200 Subject: [PATCH] pinwheel: Use global `flycheck-mode` in `emacs` --- hosts/pinwheel/modules/emacs/config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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