From 5a0a5b5ea625d82756ee6104f4d3673844bca064 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 4 Aug 2022 18:49:55 +0200 Subject: [PATCH] Set some variables new in Emacs 28.1 See their respective doc-strings for further information. --- init.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 76b73de..e8bf635 100644 --- a/init.el +++ b/init.el @@ -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))