From 9dc9cc38401be6d020c54f90c67b40e736704ac4 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 15 May 2017 13:42:14 +0200 Subject: [PATCH] lang/python: relegate +evil|simple-matchit hook to feature/evil --- modules/lang/python/config.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/lang/python/config.el b/modules/lang/python/config.el index 76590a545..fe4fda3c4 100644 --- a/modules/lang/python/config.el +++ b/modules/lang/python/config.el @@ -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)