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:
parent
7d3ffdff06
commit
be29623f0d
4 changed files with 168 additions and 144 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue