Revert (again) to the split-window method of display.
This commit is contained in:
parent
3b22dbcd5a
commit
c3971bbbd0
1 changed files with 3 additions and 1 deletions
|
@ -290,7 +290,9 @@ put it in magit-key-mode-key-maps for fast lookup."
|
||||||
(current-window-configuration))
|
(current-window-configuration))
|
||||||
;; setup the mode, draw the buffer
|
;; setup the mode, draw the buffer
|
||||||
(let ((buf (get-buffer-create magit-key-mode-buf-name)))
|
(let ((buf (get-buffer-create magit-key-mode-buf-name)))
|
||||||
(pop-to-buffer buf)
|
(delete-other-windows)
|
||||||
|
(split-window-vertically)
|
||||||
|
(switch-to-buffer buf)
|
||||||
(kill-all-local-variables)
|
(kill-all-local-variables)
|
||||||
(set (make-variable-buffer-local
|
(set (make-variable-buffer-local
|
||||||
'magit-key-mode-current-options)
|
'magit-key-mode-current-options)
|
||||||
|
|
Loading…
Reference in a new issue