mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: relegate +evil|simple-matchit hook to feature/evil
This commit is contained in:
@ -7,8 +7,7 @@
|
|||||||
python-indent-guess-indent-offset-verbose nil
|
python-indent-guess-indent-offset-verbose nil
|
||||||
python-shell-interpreter "python")
|
python-shell-interpreter "python")
|
||||||
|
|
||||||
(add-hook! 'python-mode-hook
|
(add-hook 'python-mode-hook #'flycheck-mode)
|
||||||
#'(flycheck-mode +evil|simple-matchit))
|
|
||||||
|
|
||||||
:config
|
:config
|
||||||
(set! :repl 'python-mode #'+python/repl)
|
(set! :repl 'python-mode #'+python/repl)
|
||||||
|
Reference in New Issue
Block a user