fix(emacs): change flycheck syntax checking conditions
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
1e47f1ef7f
commit
f61eb68276
1 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,9 @@
|
|||
|
||||
;; Syntax checking and editing
|
||||
(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 undo-tree :straight t
|
||||
:custom
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue