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

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

[elpa] externals/mct e75a6c6 19/70: Update mct-display-buffer-action wit


From: ELPA Syncer
Subject: [elpa] externals/mct e75a6c6 19/70: Update mct-display-buffer-action with sample conf
Date: Thu, 11 Nov 2021 03:57:43 -0500 (EST)

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

    Update mct-display-buffer-action with sample conf
---
 mct.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/mct.el b/mct.el
index ed58d95..4414ac9 100644
--- a/mct.el
+++ b/mct.el
@@ -128,6 +128,14 @@ The value has the form (FUNCTION . ALIST), where FUNCTIONS 
is
 either an \"action function\" or a possibly empty list of action
 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)))
+
 See Info node `(elisp) Displaying Buffers' for more details
 and/or the documentation string of `display-buffer'."
   :type '(cons (choice (function :tag "Display Function")



reply via email to

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