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

@ -274,7 +274,7 @@ Respects `require-final-newline'."
;; Advice
;;;###autoload
(defun doom*newline-and-indent (_orig-fn)
(defun doom*newline-indent-and-continue-comments (_orig-fn)
"Inserts a newline and possibly indents it. Also continues comments if
executed from a commented line; handling special cases for certain languages
with weak native support."