mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Update doom-cleanup-processes-alist doc comment (fix #10)
This commit is contained in:
@ -49,9 +49,9 @@ killed by `doom/kill-unreal-buffers', or after `doom/kill-real-buffer').")
|
|||||||
'(("pry" . ruby-mode)
|
'(("pry" . ruby-mode)
|
||||||
("irb" . ruby-mode)
|
("irb" . ruby-mode)
|
||||||
("ipython" . python-mode))
|
("ipython" . python-mode))
|
||||||
"An alist of (process-name . major-mode), that `doom:cleanup-processes' checks
|
"An alist of (process-name . major-mode) that `doom/kill-process-buffers'
|
||||||
before killing processes. If there are no buffers with matching major-modes, it
|
checks before killing processes. If there are no buffers with matching
|
||||||
gets killed.")
|
major-modes, the process gets killed.")
|
||||||
|
|
||||||
(defconst doom-unicode-font
|
(defconst doom-unicode-font
|
||||||
(font-spec :family "DejaVu Sans Mono" :size 12)
|
(font-spec :family "DejaVu Sans Mono" :size 12)
|
||||||
|
Reference in New Issue
Block a user