feature/evil: autoload evil-commentary-yank-line

Relevant to #1308
This commit is contained in:
Henrik Lissner 2019-04-06 00:33:04 -04:00
parent 53e0ebb700
commit cfb3a6d137
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -163,7 +163,10 @@ line with a linewise comment.")
;; Packages ;; Packages
(def-package! evil-commentary (def-package! evil-commentary
:commands (evil-commentary evil-commentary-yank evil-commentary-line) :commands (evil-commentary
evil-commentary-yank
evil-commentary-yank-line
evil-commentary-line)
:config (evil-commentary-mode 1)) :config (evil-commentary-mode 1))