lang/python: make evilmi-jump-items simpler in python
This commit is contained in:
parent
49477481c0
commit
816b2a6206
2 changed files with 8 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue