Silence evil-matchit errors
This commit is contained in:
parent
e2f06f0692
commit
1cc199497d
3 changed files with 16 additions and 8 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue