mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
lang/python: make evilmi-jump-items simpler in python
This commit is contained in:
@@ -277,7 +277,12 @@
|
||||
(def-package! evil-matchit
|
||||
:commands (evilmi-jump-items evilmi-text-object global-evil-matchit-mode)
|
||||
:config (global-evil-matchit-mode 1)
|
||||
:init (+evil--textobj "%" #'evilmi-text-object))
|
||||
:init
|
||||
(+evil--textobj "%" #'evilmi-text-object)
|
||||
(defun +evil|simple-matchit ()
|
||||
"Force evil-matchit to favor simple bracket jumping. Helpful where the new
|
||||
algorithm is just confusing, like in python or ruby."
|
||||
(setq-local evilmi-always-simple-jump t)))
|
||||
|
||||
|
||||
(def-package! evil-multiedit
|
||||
|
Reference in New Issue
Block a user