Tidy up early init and reset gc threshold after start

This commit is contained in:
Tobias Ostner 2026-05-03 10:57:16 +02:00
parent 0e725f9b4f
commit c5c0523606
2 changed files with 8 additions and 6 deletions

View file

@ -224,12 +224,15 @@
backup-directory-alist `((".*" . ,temporary-file-directory))
create-lockfiles nil
delete-by-moving-to-trash t
display-time-default-load-average nil
echo-keystrokes 0.1
enable-recursive-minibuffers t
fast-but-imprecise-scrolling t
help-window-select t
highlight-nonselected-windows nil
history-delete-duplicates t
initial-major-mode 'emacs-lisp-mode
initial-scratch-message nil
isearch-allow-motion t
isearch-lazy-count t
kill-do-not-save-duplicates t
@ -265,6 +268,7 @@
global-auto-revert-non-file-buffers t
locale-coding-system 'utf-8
ns-use-proxy-icon nil
read-process-output-max (* 4 1024 1024)
redisplay-skip-fontification-on-input t
truncate-string-ellipsis "..."
bidi-inhibit-bpa t)