Function: which-key-setup-side-window-right-bottom

which-key-setup-side-window-right-bottom is an autoloaded, interactive and byte-compiled function defined in which-key.el.gz.

Signature

(which-key-setup-side-window-right-bottom)

Documentation

Set up side-window on right if space allows.

Otherwise, use bottom.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;;###autoload
(defun which-key-setup-side-window-right-bottom ()
  "Set up side-window on right if space allows.
Otherwise, use bottom."
  (interactive)
  (setq which-key-popup-type 'side-window
        which-key-side-window-location '(right bottom)
        which-key-show-prefix 'top))