Revert b80b338b3
Causes a regression where output was written into /tmp/doom.sh, producing errors like: /tmp//doom.sh: string 4: $'\E[32m✓': command not found I'll revert this until I have a better solution.
This commit is contained in:
parent
5bed0a6d16
commit
fa8f73d9ed
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)
|
||||
output))
|
||||
t))
|
||||
|
||||
;;;###autoload
|
||||
(defun doom--output-indent (width text &optional prefix)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue