mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Silence evil-matchit errors
This commit is contained in:
@@ -2,6 +2,12 @@
|
||||
|
||||
(eval-when-compile (require 'subr-x))
|
||||
|
||||
;;;###autoload
|
||||
(defun +evil/matchit ()
|
||||
"Invoke `evil-matchit', but silently."
|
||||
(interactive)
|
||||
(ignore-errors (call-interactively #'evilmi-jump-items)))
|
||||
|
||||
;;;###autoload
|
||||
(defun +evil/visual-indent ()
|
||||
"vnoremap < <gv"
|
||||
|
Reference in New Issue
Block a user