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

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

Signature

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

Documentation

Set up side-window that opens on bottom.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;;###autoload
(defun which-key-setup-side-window-bottom ()
  "Set up side-window that opens on bottom."
  (interactive)
  (which-key--setup-echo-keystrokes)
  (setq which-key-popup-type 'side-window
        which-key-side-window-location 'bottom
        which-key-show-prefix 'echo))