doom--print: return message on success

More in line with `message's signature.
This commit is contained in:
Henrik Lissner 2021-05-16 14:21:47 -04:00
parent 2466f835bc
commit b80b338b3c

View file

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