1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-04 13:03:09 -08:00

Change side-window default position to right

This commit is contained in:
justbur 2015-07-06 14:40:07 -04:00
parent b2ea6227c3
commit a657ea8faf

View file

@ -43,7 +43,7 @@ cells for replacing descriptions.")
"Name of which-key buffer.")
(defvar which-key-popup-type 'minibuffer
"Supported types are minibuffer, side-window and frame.")
(defvar which-key-side-window-location 'bottom
(defvar which-key-side-window-location 'right
"Location of which-key popup when `which-key-popup-type' is
side-window. Should be one of top, bottom, left or right.")
(defvar which-key-side-window-max-width 60