Henrik Lissner 2021-04-29 15:07:13 -04:00
parent 259cf83ef1
commit f60f576048
4 changed files with 84 additions and 53 deletions

View file

@ -31,7 +31,7 @@ Warning: freezes indefinitely on any stdin prompt."
(set-process-filter
process (lambda (_process output)
(princ output (current-buffer))
(princ output)))
(princ (doom--format output))))
(set-process-sentinel
process (lambda (process _event)
(when (memq (process-status process) '(exit stop))