mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-21 13:53:38 -05:00
Reorganize doom core-lib & reformat autoload/ui.el
+ Move doom-files-in to autoload/files.el + Move doom*shut-up to autoload/ui.el + Reorganize autoload/ui.el
This commit is contained in:
@@ -279,8 +279,7 @@ Respects `require-final-newline'."
|
||||
executed from a commented line; handling special cases for certain languages
|
||||
with weak native support."
|
||||
(interactive)
|
||||
(cond ((sp-point-in-string)
|
||||
(newline))
|
||||
(cond ((sp-point-in-string) (newline))
|
||||
((and (sp-point-in-comment)
|
||||
comment-line-break-function)
|
||||
(funcall comment-line-break-function))
|
||||
|
Reference in New Issue
Block a user