emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/mct 640ce43 24/70: Update code sample in mct-display-bu


From: ELPA Syncer
Subject: [elpa] externals/mct 640ce43 24/70: Update code sample in mct-display-buffer-action
Date: Thu, 11 Nov 2021 03:57:44 -0500 (EST)

branch: externals/mct
commit 640ce430c3d5e9f8666302530b5f681a08277d34
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    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'."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]