Set some variables new in Emacs 28.1

See their respective doc-strings for further information.
This commit is contained in:
Daniel Borchmann 2022-08-04 18:49:55 +02:00
parent 43e3edcd43
commit 5a0a5b5ea6
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -403,9 +403,12 @@
visual-line-fringe-indicators '(left-curly-arrow right-curly-arrow)
history-delete-duplicates t
track-eol t
gc-cons-threshold (* 100 1024 1024) ; 100mb
gc-cons-threshold (* 100 1024 1024) ; 100mb
read-process-output-max (* 1024 1024) ; 1mb
next-error-message-highlight t)
next-error-message-highlight t
help-enable-symbol-autoload t
describe-bindings-outline t
redisplay-skip-fontification-on-input t)
(when (memq system-type '(gnu gnu/linux gnu/kfreebsd))
(setq x-wait-for-event-timeout nil))