Merge branch 'master' of git.ganneff.de:emacs
[emacs.git] / .emacs.d / config / emacs.org
index 9a9d54e..6e93351 100644 (file)
@@ -1985,7 +1985,8 @@ understand for me.
   (progn
     (use-package flycheck-color-mode-line
       :ensure flycheck-color-mode-line)
-    (setq flycheck-highlighting-mode nil)
+    (setq flycheck-highlighting-mode 'nil)
+    (setq flycheck-flake8-maximum-line-length '150)
     (add-hook 'flycheck-mode-hook 'flycheck-color-mode-line-mode)
     ))
 #+END_SRC