parent
53e0ebb700
commit
cfb3a6d137
1 changed files with 4 additions and 1 deletions
|
@ -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))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue