Flycheck for python is rad
This commit is contained in:
parent
2670bbb857
commit
42d4cf44a4
1 changed files with 6 additions and 0 deletions
|
|
@ -569,6 +569,12 @@
|
|||
(setq interpreter-mode-alist
|
||||
(cons '("python" . python-mode) interpreter-mode-alist))
|
||||
|
||||
(defun my-python-hook ()
|
||||
(flycheck-mode)
|
||||
)
|
||||
|
||||
(add-hook 'python-mode-hook 'my-python-hook)
|
||||
|
||||
;; =================================================================
|
||||
;; JavaScript Support
|
||||
;; =================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue