Move some UI vars from core.el to core-ui.el
This commit is contained in:
parent
a8b178f547
commit
b05ccbb98e
2 changed files with 5 additions and 5 deletions
|
@ -39,8 +39,13 @@ with `doom//reload-theme').")
|
||||||
(setq-default
|
(setq-default
|
||||||
bidi-display-reordering nil ; disable bidirectional text for tiny performance boost
|
bidi-display-reordering nil ; disable bidirectional text for tiny performance boost
|
||||||
blink-matching-paren nil ; don't blink--too distracting
|
blink-matching-paren nil ; don't blink--too distracting
|
||||||
|
compilation-always-kill t ; kill compilation process before starting another
|
||||||
|
compilation-ask-about-save nil ; save all buffers on `compile'
|
||||||
|
compilation-scroll-output 'first-error
|
||||||
|
confirm-nonexistent-file-or-buffer t
|
||||||
cursor-in-non-selected-windows nil ; hide cursors in other windows
|
cursor-in-non-selected-windows nil ; hide cursors in other windows
|
||||||
display-line-numbers-width 3
|
display-line-numbers-width 3
|
||||||
|
enable-recursive-minibuffers nil
|
||||||
frame-inhibit-implied-resize t
|
frame-inhibit-implied-resize t
|
||||||
;; remove continuation arrow on right fringe
|
;; remove continuation arrow on right fringe
|
||||||
fringe-indicator-alist (delq (assq 'continuation fringe-indicator-alist)
|
fringe-indicator-alist (delq (assq 'continuation fringe-indicator-alist)
|
||||||
|
|
|
@ -79,12 +79,7 @@ melodramatic ex-vimmer disappointed with the text-editor status quo."
|
||||||
(setq-default
|
(setq-default
|
||||||
ad-redefinition-action 'accept ; silence advised function warnings
|
ad-redefinition-action 'accept ; silence advised function warnings
|
||||||
apropos-do-all t ; make `apropos' more useful
|
apropos-do-all t ; make `apropos' more useful
|
||||||
compilation-always-kill t ; kill compilation process before starting another
|
|
||||||
compilation-ask-about-save nil ; save all buffers on `compile'
|
|
||||||
compilation-scroll-output 'first-error
|
|
||||||
confirm-nonexistent-file-or-buffer t
|
|
||||||
debug-on-error (and (not noninteractive) doom-debug-mode)
|
debug-on-error (and (not noninteractive) doom-debug-mode)
|
||||||
enable-recursive-minibuffers nil
|
|
||||||
ffap-machine-p-known 'reject ; don't ping things that look like domain names
|
ffap-machine-p-known 'reject ; don't ping things that look like domain names
|
||||||
idle-update-delay 2 ; update ui less often
|
idle-update-delay 2 ; update ui less often
|
||||||
load-prefer-newer (or noninteractive doom-debug-mode)
|
load-prefer-newer (or noninteractive doom-debug-mode)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue