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:
Henrik Lissner 2021-05-16 18:32:22 -04:00
parent 5bed0a6d16
commit fa8f73d9ed

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)
output))
t))
;;;###autoload
(defun doom--output-indent (width text &optional prefix)