about summary refs log tree commit diff
path: root/users/grfn/emacs.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'users/grfn/emacs.d/config.el')
-rw-r--r--users/grfn/emacs.d/config.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/users/grfn/emacs.d/config.el b/users/grfn/emacs.d/config.el
index 16d75ddc70..91e7a2b888 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")