Tidy up early init and reset gc threshold after start
This commit is contained in:
parent
0e725f9b4f
commit
c5c0523606
2 changed files with 8 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue