doom--print: return message on success
More in line with `message's signature.
This commit is contained in:
parent
2466f835bc
commit
b80b338b3c
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ Accepts 'ansi and 'text-properties. nil means don't render colors.")
|
|||
(unless (string-empty-p output)
|
||||
(princ output)
|
||||
(terpri)
|
||||
t))
|
||||
output))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom--output-indent (width text &optional prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue