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:
parent
b237de5619
commit
1e9870e13a
3 changed files with 138 additions and 111 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