Rename doom*newline-and-indent
To doom*newline-indent-and-continue-comments; to better describe what it does.
This commit is contained in:
parent
9684b34389
commit
a9c925c50b
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue