Move flycheck init hooks into lang modules
This commit is contained in:
parent
21648b863e
commit
a8af7a8df8
8 changed files with 9 additions and 17 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue