From 2ce0201e300a773b77778943998417f68700a5e6 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 28 Oct 2023 15:31:14 +0200 Subject: [PATCH] pinwheel: Add `flycheck` to `emacs` --- hosts/pinwheel/modules/emacs/config.org | 4 ++++ 1 file changed, 4 insertions(+) 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