Refactor bin/doom

So innocuous CLI command return values don't break the post-script
written to /tmp/doom.sh.
This commit is contained in:
Henrik Lissner 2021-05-17 22:29:50 -04:00
parent b237de5619
commit 1e9870e13a
3 changed files with 138 additions and 111 deletions

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)