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:
parent
b2ea6227c3
commit
a657ea8faf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue