1
0
Fork 0

fix(emacs): change flycheck syntax checking conditions

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-04-11 20:52:00 -04:00
parent 1e47f1ef7f
commit f61eb68276
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -34,7 +34,9 @@
;; Syntax checking and editing ;; Syntax checking and editing
(use-package meow :straight t) (use-package meow :straight t)
(use-package flycheck :straight t) (use-package flycheck :straight t
:custom
(flycheck-check-syntax-automatically '(save mode-enable)))
(use-package paredit :straight t) (use-package paredit :straight t)
(use-package undo-tree :straight t (use-package undo-tree :straight t
:custom :custom