mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Rename doom*newline-and-indent
To doom*newline-indent-and-continue-comments; to better describe what it does.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user