General tweaks
This commit is contained in:
parent
3d30844070
commit
db7cf68775
8 changed files with 24 additions and 21 deletions
|
@ -192,6 +192,7 @@ See `doom-real-buffer-p' for what 'real' means."
|
|||
(or (not process-buffer)
|
||||
(and (bufferp process-buffer)
|
||||
(get-buffer-window-list process-buffer nil t))))
|
||||
(message "Killing %s" (process-name p))
|
||||
(delete-process p)
|
||||
(setq n (1+ n)))))
|
||||
n))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue