mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
Clean up bindings
This commit is contained in:
@@ -163,5 +163,12 @@
|
||||
(require 'evil-easymotion)
|
||||
(call-interactively doom--evil-snipe-repeat-fn))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom/evil-matchit ()
|
||||
(interactive)
|
||||
(if (ignore-errors (hs-already-hidden-p))
|
||||
(hs-toggle-hiding)
|
||||
(call-interactively 'evilmi-jump-items)))
|
||||
|
||||
(provide 'defuns-evil)
|
||||
;;; defuns-evil.el ends here
|
||||
|
Reference in New Issue
Block a user