about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-08-11 14:43:36 +0100
committerDavid Morgan <djm_uk@protonmail.com>2022-08-11 14:43:36 +0100
commit4ca01126c97ef0c4c7f7d6ead4f0d7843ccd1c98 (patch)
tree8634578a2d2d53e53f889d8ef3bc346c3c10b906 /.emacs.d
parentfe64746983df9203a0966893f166027652171dbb (diff)
downloaddotfiles-4ca01126c97ef0c4c7f7d6ead4f0d7843ccd1c98.tar.gz
Enable switch-to-buffer-obey-display-actions
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-windows.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-windows.el b/.emacs.d/lisp/init-windows.el
index 957e814..6fc94e1 100644
--- a/.emacs.d/lisp/init-windows.el
+++ b/.emacs.d/lisp/init-windows.el
@@ -3,6 +3,8 @@
 ;;; Code:
 
 (use-package emacs
+  :custom
+  (switch-to-buffer-obey-display-actions t)
   :bind
   ("C-x O" . (lambda ()
                (interactive)