diff options
Diffstat (limited to 'users/grfn/emacs.d')
-rw-r--r-- | users/grfn/emacs.d/config.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el index 16d75ddc70a7..91e7a2b888b0 100644 --- a/users/grfn/emacs.d/config.el +++ b/users/grfn/emacs.d/config.el @@ -915,7 +915,9 @@ (modify-syntax-entry ?- "w")) (after! flycheck - (put 'flycheck-python-pylint-executable 'safe-local-variable (lambda (_) t))) + (put 'flycheck-python-pylint-executable 'safe-local-variable (lambda (_) t)) + (setq flycheck-error-list-minimum-level 'warn + flycheck-navigation-minimum-level 'warn)) (defvar alembic-command "alembic" "Command to execute when running alembic") |