From a8a96dfef5803f79281a2bc5af3cd25f85858521 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Tue, 1 Oct 2024 11:02:29 -0700 Subject: [PATCH] More consistent window management --- thoom-emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thoom-emacs/init.el b/thoom-emacs/init.el index 8c49712..7786d89 100644 --- a/thoom-emacs/init.el +++ b/thoom-emacs/init.el @@ -450,6 +450,8 @@ (menu-bar-mode -1)) ;;; Window management +(setq switch-to-buffer-obey-display-actions t) + ;;;; Popper (use-package popper :ensure t