pinwheel: Use global flycheck-mode in emacs

This commit is contained in:
Alexander Heldt
2024-06-19 11:35:23 +02:00
parent 751c4afd95
commit f1a5981d76

View File

@@ -484,7 +484,8 @@ Setup prefix for keybindings.
* Flycheck * Flycheck
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package flycheck) (use-package flycheck
:init (global-flycheck-mode))
#+END_SRC #+END_SRC
* LSP * LSP
** Eglot ** Eglot