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)))
|
(let ((buf (get-buffer-create magit-key-mode-buf-name)))
|
||||||
(delete-other-windows)
|
(delete-other-windows)
|
||||||
(split-window-vertically)
|
(split-window-vertically)
|
||||||
|
(other-window 1)
|
||||||
(switch-to-buffer buf)
|
(switch-to-buffer buf)
|
||||||
(kill-all-local-variables)
|
(kill-all-local-variables)
|
||||||
(set (make-variable-buffer-local
|
(set (make-variable-buffer-local
|
||||||
|
|
Loading…
Add table
Reference in a new issue