Variable: cider-repl-history-quit-action
cider-repl-history-quit-action is an alias and customizable for
cider-history-quit-action, defined in cider-history.el.
This variable is obsolete since 2.0.0; use cider-history-quit-action
instead.
Value
quit-window
Documentation
What action to take when cider-history-quit is called.
If bury-buffer, then simply bury the *cider-history* buffer, but keep
the window.
If bury-and-delete-window, then bury the buffer, and (if there is
more than one window) delete the window.
If delete-and-restore, then restore the window configuration to what it was
before cider-history was called, and kill the *cider-history*
buffer.
If quit-window, then restore the window configuration to what
it was before cider-history was called, and bury *cider-history*.
This is the default.
If kill-and-delete-window, then kill the *cider-history* buffer, and
delete the window on close.
Otherwise, it should be a function to call.
Aliases
cider-repl-history-quit-action (obsolete since 2.0.0)