branch: externals/mct commit e75a6c6157e2c1da4f685fde331a4ec62c68651b Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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")