Make sure the menu turns up at the bottom of the window.
This commit is contained in:
parent
1403c3607a
commit
b03829c7be
1 changed files with 1 additions and 0 deletions
|
@ -281,6 +281,7 @@ put it in magit-key-mode-key-maps for fast lookup."
|
|||
(let ((buf (get-buffer-create magit-key-mode-buf-name)))
|
||||
(delete-other-windows)
|
||||
(split-window-vertically)
|
||||
(other-window 1)
|
||||
(switch-to-buffer buf)
|
||||
(kill-all-local-variables)
|
||||
(set (make-variable-buffer-local
|
||||
|
|
Loading…
Reference in a new issue