Clean up bindings
This commit is contained in:
parent
bf34bf5dfb
commit
285e9a900c
2 changed files with 16 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue