diff options
-rw-r--r-- | config.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -556,8 +556,10 @@ Often, i will look at the documentation for a variable and immediately want to p * Switching buffers +There is a distinction in emacs between manual buffer switching that i initiate, and automatic buffer switching when emacs wants to show a buffer. In practice this means that any rules i write for where to display buffers get ignored if i try to show that buffer myself. This line changes that behaviour. + #+begin_src elisp - (setopt switch-to-buffer-obey-display-actions t) + (setopt switch-to-buffer-obey-display-actions t) #+end_src ** Org mode |