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:
Henrik Lissner 2018-09-07 19:38:16 -04:00
parent 7d3ffdff06
commit be29623f0d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
4 changed files with 168 additions and 144 deletions

View file

@ -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))