summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org
index 3d428eb..c90958d 100644
--- a/config.org
+++ b/config.org
@@ -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