feature/evil: remove <> opener/closers
And remove unnecessary def-package block. These commands are already autoloaded by the package.
This commit is contained in:
parent
c58077810d
commit
bd28eea778
1 changed files with 0 additions and 9 deletions
|
@ -345,14 +345,5 @@ the new algorithm is confusing, like in python or ruby."
|
|||
;;
|
||||
;; 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
|
||||
:commands (evil-outer-xml-attr evil-inner-xml-attr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue