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))
|
||||
|
|
|
@ -86,7 +86,7 @@ or unstable files.")
|
|||
custom-file (concat doom-etc-dir "custom.el")
|
||||
enable-recursive-minibuffers nil
|
||||
debug-on-error (and (not noninteractive) doom-debug-mode)
|
||||
idle-update-delay 1 ; update ui less often
|
||||
idle-update-delay 2 ; update ui less often
|
||||
url-configuration-directory (concat doom-cache-dir "url/")
|
||||
;; keep the point out of the minibuffer
|
||||
minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue