mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/python: make evilmi-jump-items simpler in python
This commit is contained in:
@ -15,7 +15,8 @@
|
||||
python-shell-completion-string-code
|
||||
"';'.join(get_ipython().Completer.all_completions('''%s'''))\n")
|
||||
|
||||
(add-hook 'python-mode-hook #'flycheck-mode)
|
||||
(add-hook! 'python-mode-hook
|
||||
#'(flycheck-mode +evil|simple-matchit))
|
||||
|
||||
:config
|
||||
(set! :repl 'python-mode #'+python/repl)
|
||||
|
Reference in New Issue
Block a user