branch: externals/mct
commit 640ce430c3d5e9f8666302530b5f681a08277d34
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Update code sample in mct-display-buffer-action
---
mct.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/mct.el b/mct.el
index e0651bf..2ba0f75 100644
--- a/mct.el
+++ b/mct.el
@@ -131,10 +131,11 @@ functions. ALIST is a possibly empty \"action alist\".
Sample configuration:
(setq mct-display-buffer-action
- '((display-buffer-in-side-window)
- (side . left)
- (slot . 99)
- (window-width . 0.3)))
+ (quote ((display-buffer-reuse-window
+ display-buffer-in-side-window)
+ (side . left)
+ (slot . 99)
+ (window-width . 0.3))))
See Info node `(elisp) Displaying Buffers' for more details
and/or the documentation string of `display-buffer'."