mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feature/evil: remove <> opener/closers
And remove unnecessary def-package block. These commands are already autoloaded by the package.
This commit is contained in:
@ -345,14 +345,5 @@ the new algorithm is confusing, like in python or ruby."
|
|||||||
;;
|
;;
|
||||||
;; Text object plugins
|
;; Text object plugins
|
||||||
|
|
||||||
(def-package! evil-args
|
|
||||||
:commands (evil-inner-arg evil-outer-arg
|
|
||||||
evil-forward-arg evil-backward-arg
|
|
||||||
evil-jump-out-args)
|
|
||||||
:config
|
|
||||||
(unless (member "<" evil-args-openers)
|
|
||||||
(push "<" evil-args-openers)
|
|
||||||
(push ">" evil-args-closers)))
|
|
||||||
|
|
||||||
(def-package! exato
|
(def-package! exato
|
||||||
:commands (evil-outer-xml-attr evil-inner-xml-attr))
|
:commands (evil-outer-xml-attr evil-inner-xml-attr))
|
||||||
|
Reference in New Issue
Block a user