mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)
|
||||
|
Reference in New Issue
Block a user