enable flycheck into python-mode

This commit is contained in:
Jesús 2019-05-17 10:37:31 -05:00
parent 14e37a443d
commit 353372480e
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -23,6 +23,7 @@
;; (emacs-lisp-mode flycheck-mode) ;; (emacs-lisp-mode flycheck-mode)
(html-mode . flycheck-mode) (html-mode . flycheck-mode)
(js-mode . flycheck-mode) (js-mode . flycheck-mode)
(python-mode . flycheck-mode)
(web-mode . flycheck-mode) (web-mode . flycheck-mode)
(sh-mode . flycheck-mode)) (sh-mode . flycheck-mode))