Variable: cider-repl-history-resize-window
cider-repl-history-resize-window is an alias and customizable for
cider-history-resize-window(var)/cider-history-resize-window(fun), defined in cider-history.el.
This variable is obsolete since 2.0.0; use
cider-history-resize-window(var)/cider-history-resize-window(fun) instead.
Value
nil
Documentation
Whether to resize the cider-history window to fit its contents.
Value is either t, meaning yes, or a cons pair of integers,
(MAXIMUM . MINIMUM) for the size of the window. MAXIMUM defaults to
the window size chosen by pop-to-buffer; MINIMUM defaults to
window-min-height.
Aliases
cider-repl-history-resize-window (obsolete since 2.0.0)