Update doom-cleanup-processes-alist doc comment (fix #10)

This commit is contained in:
Henrik Lissner 2016-09-30 13:35:48 +02:00
parent ef2d37d04e
commit eed919e1bb

View file

@ -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)