Obey display rules when switching buffers manually
Set as per recommendation from https://www.masteringemacs.org/article/demystifying-emacs-window-manager.master
parent
8ba3d91880
commit
24aaf17d0e
3
init.el
3
init.el
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue