fix(lib): doom-exec-process use doom-print--format
The doom--format function was removed in fe16de6. Amend: fe16de690418
This commit is contained in:
parent
4c9df9bfc6
commit
b36931dd45
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ Warning: freezes indefinitely on any stdin prompt."
|
||||||
(set-process-filter
|
(set-process-filter
|
||||||
process (lambda (_process output)
|
process (lambda (_process output)
|
||||||
(princ output (current-buffer))
|
(princ output (current-buffer))
|
||||||
(princ (doom--format output))))
|
(princ (doom-print--format output))))
|
||||||
(set-process-sentinel
|
(set-process-sentinel
|
||||||
process (lambda (process _event)
|
process (lambda (process _event)
|
||||||
(when (memq (process-status process) '(exit stop))
|
(when (memq (process-status process) '(exit stop))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue