From 24aaf17d0e65767572ef4876b8a71d4cad96ae61 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 30 Jan 2023 19:56:43 +0100 Subject: [PATCH] Obey display rules when switching buffers manually Set as per recommendation from https://www.masteringemacs.org/article/demystifying-emacs-window-manager. --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index eacbefb..eb466f4 100644 --- a/init.el +++ b/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))