Obey display rules when switching buffers manually

Set as per recommendation from
https://www.masteringemacs.org/article/demystifying-emacs-window-manager.
This commit is contained in:
Daniel - 2023-01-30 19:56:43 +01:00
parent 8ba3d91880
commit 24aaf17d0e
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 2 additions and 1 deletions

View File

@ -407,7 +407,8 @@
next-error-message-highlight t
help-enable-symbol-autoload t
describe-bindings-outline t
redisplay-skip-fontification-on-input t)
redisplay-skip-fontification-on-input t
switch-to-buffer-obey-display-actions t)
(when (memq system-type '(gnu gnu/linux gnu/kfreebsd))
(setq x-wait-for-event-timeout nil))