mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Enable load-prefer-newer sooner in noninterative/debug sessions
This commit is contained in:
@ -94,6 +94,7 @@ melodramatic ex-vimmer disappointed with the text-editor status quo."
|
||||
enable-recursive-minibuffers nil
|
||||
debug-on-error (and (not noninteractive) doom-debug-mode)
|
||||
idle-update-delay 2 ; update ui less often
|
||||
load-prefer-newer (or noninteractive doom-debug-mode)
|
||||
;; keep the point out of the minibuffer
|
||||
minibuffer-prompt-properties '(read-only t point-entered minibuffer-avoid-prompt face minibuffer-prompt)
|
||||
;; History & backup settings (save nothing, that's what git is for)
|
||||
|
Reference in New Issue
Block a user