Move flycheck init hooks into lang modules

This commit is contained in:
Henrik Lissner 2015-09-28 05:51:46 -04:00
parent 21648b863e
commit a8af7a8df8
8 changed files with 9 additions and 17 deletions

View file

@ -5,7 +5,7 @@
:interpreter ("python" . python-mode)
:commands python-mode
:init
(add-hook! python-mode '(narf|enable-tab-width-4 emr-initialize))
(add-hook! python-mode '(narf|enable-tab-width-4 emr-initialize flycheck-mode))
(setq python-indent-offset 4
python-environment-directory narf-temp-dir
python-shell-interpreter "ipython")