Variable: which-key-preserve-window-configuration

which-key-preserve-window-configuration is a customizable variable defined in which-key.el.gz.

Value

nil

Documentation

Save and restore window configuration around which-key popup display.

If non-nil, save window configuration before which-key buffer is shown and restore it after which-key buffer is hidden. It prevents which-key from changing window position of visible buffers. Only taken into account when popup type is side-window.

This variable was added, or its default value changed, in which-key version 1.0.

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-preserve-window-configuration nil
  "Save and restore window configuration around which-key popup display.
If non-nil, save window configuration before which-key buffer is
shown and restore it after which-key buffer is hidden.  It
prevents which-key from changing window position of visible
buffers.  Only taken into account when popup type is
side-window."
  :type 'boolean
  :package-version '(which-key . "1.0") :version "30.1")