We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9df9b commit b36931dCopy full SHA for b36931d
lisp/lib/process.el
@@ -31,7 +31,7 @@ Warning: freezes indefinitely on any stdin prompt."
31
(set-process-filter
32
process (lambda (_process output)
33
(princ output (current-buffer))
34
- (princ (doom--format output))))
+ (princ (doom-print--format output))))
35
(set-process-sentinel
36
process (lambda (process _event)
37
(when (memq (process-status process) '(exit stop))
0 commit comments