mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Fix #87: evil-matchit in visual mode
This commit is contained in:
@@ -2,12 +2,6 @@
|
||||
|
||||
(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