Revise comments
This commit is contained in:
parent
ea01e850e4
commit
88dd15e204
4 changed files with 6 additions and 8 deletions
|
@ -161,7 +161,7 @@ directives. By default, this only recognizes C directives.")
|
|||
(advice-add #'evil-window-split :override #'+evil-window-split-a)
|
||||
(advice-add #'evil-window-vsplit :override #'+evil-window-vsplit-a)
|
||||
|
||||
;; Make o/O continue comments (see `+evil-want-o/O-to-continue-comments')
|
||||
;; Make o/O continue comments (see `+evil-want-o/O-to-continue-comments' to disable)
|
||||
(advice-add #'evil-open-above :around #'+evil--insert-newline-above-and-respect-comments-a)
|
||||
(advice-add #'evil-open-below :around #'+evil--insert-newline-below-and-respect-comments-a)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue