lang/python: relegate +evil|simple-matchit hook to feature/evil

This commit is contained in:
Henrik Lissner 2017-05-15 13:42:14 +02:00
parent c492379e07
commit 9dc9cc3840

View file

@ -7,8 +7,7 @@
python-indent-guess-indent-offset-verbose nil
python-shell-interpreter "python")
(add-hook! 'python-mode-hook
#'(flycheck-mode +evil|simple-matchit))
(add-hook 'python-mode-hook #'flycheck-mode)
:config
(set! :repl 'python-mode #'+python/repl)