From cfb3a6d137521cbd1383389789912fe0bd5e8ed6 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Apr 2019 00:33:04 -0400 Subject: [PATCH] feature/evil: autoload evil-commentary-yank-line Relevant to #1308 --- modules/feature/evil/config.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/feature/evil/config.el b/modules/feature/evil/config.el index cd05498e8..aaa0a9e49 100644 --- a/modules/feature/evil/config.el +++ b/modules/feature/evil/config.el @@ -163,7 +163,10 @@ line with a linewise comment.") ;; Packages (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))