summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-23 10:41:39 +0000
committernoa@gaiwan.org2024-06-23 10:41:39 +0000
commit3fdccd247127a705ad96bf07f3b620fb150fde50 (patch)
treea4b2230531fa6b261f0536155b3b6a8e1ee738d4
parentb37df6dbc7d6eb1941c79ac4d1ceb03043046ed0 (diff)
Add description to buffer placement variable
-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