Update doom-cleanup-processes-alist doc comment (fix #10)
This commit is contained in:
parent
ef2d37d04e
commit
eed919e1bb
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue