mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
doom--print: return message on success
More in line with `message's signature.
This commit is contained in:
@ -108,7 +108,7 @@ Accepts 'ansi and 'text-properties. nil means don't render colors.")
|
|||||||
(unless (string-empty-p output)
|
(unless (string-empty-p output)
|
||||||
(princ output)
|
(princ output)
|
||||||
(terpri)
|
(terpri)
|
||||||
t))
|
output))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun doom--output-indent (width text &optional prefix)
|
(defun doom--output-indent (width text &optional prefix)
|
||||||
|
Reference in New Issue
Block a user