mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Silence evil-matchit errors
This commit is contained in:
@ -276,7 +276,8 @@ across windows."
|
||||
:commands (evilmi-jump-items evilmi-text-object global-evil-matchit-mode)
|
||||
:config (global-evil-matchit-mode 1)
|
||||
:init
|
||||
(map! [remap evil-jump-item] #'evilmi-jump-items
|
||||
(map! [remap evil-jump-item] #'+evil/matchit
|
||||
[remap evilmi-jump-items] #'+evil/matchit
|
||||
:textobj "%" #'evilmi-text-object #'evilmi-text-object)
|
||||
:config
|
||||
(defun +evil|simple-matchit ()
|
||||
|
Reference in New Issue
Block a user