General, minor refactors
This commit is contained in:
parent
3271cd3a54
commit
960d756b47
5 changed files with 16 additions and 15 deletions
|
@ -212,8 +212,9 @@ into faces or ANSI codes depending on the type of sesssion we're in."
|
|||
|
||||
;;;###autoload
|
||||
(defmacro print! (message &rest args)
|
||||
"Uses `message' in interactive sessions and `princ' otherwise (prints to
|
||||
standard out).
|
||||
"Prints MESSAGE, formatted with ARGS, to stdout.
|
||||
|
||||
Always returns non-nil.
|
||||
|
||||
Can be colored using (color ...) blocks:
|
||||
|
||||
|
|
|
@ -131,8 +131,7 @@
|
|||
(setq doom-autosave-session nil)
|
||||
(doom/quicksave-session)
|
||||
(restart-emacs
|
||||
(delq
|
||||
nil (append (if debug (list "--debug-init"))
|
||||
(when (boundp 'chemacs-current-emacs-profile)
|
||||
(list "--with-profile" chemacs-current-emacs-profile))
|
||||
(list "--restore")))))
|
||||
(append (if debug (list "--debug-init"))
|
||||
(when (boundp 'chemacs-current-emacs-profile)
|
||||
(list "--with-profile" chemacs-current-emacs-profile))
|
||||
(list "--restore"))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue