Rename doom*newline-and-indent

To doom*newline-indent-and-continue-comments; to better describe what it
does.
This commit is contained in:
Henrik Lissner 2018-09-14 10:42:09 -04:00
parent 9684b34389
commit a9c925c50b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@
(advice-add #'delete-backward-char :override #'doom/delete-backward-char)
;; Makes `newline-and-indent' smarter when dealing with comments
(advice-add #'newline-and-indent :around #'doom*newline-and-indent))
(advice-add #'newline-and-indent :around #'doom*newline-indent-and-continue-comments))
(when (featurep 'evil)