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

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

Signature

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

Documentation

Set up side-window on right.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/which-key.el.gz
;;; Default configuration functions for use by users.

;;;###autoload
(defun which-key-setup-side-window-right ()
  "Set up side-window on right."
  (interactive)
  (setq which-key-popup-type 'side-window
        which-key-side-window-location 'right
        which-key-show-prefix 'top))