mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 04:11:18 +00:00
Ehhhh, transient window magit move to the left
This commit is contained in:
parent
9099926991
commit
519321f6c4
1 changed files with 1 additions and 1 deletions
|
|
@ -390,7 +390,7 @@
|
||||||
;; side-window stuff
|
;; side-window stuff
|
||||||
(setq transient-display-buffer-action
|
(setq transient-display-buffer-action
|
||||||
'(display-buffer-in-side-window
|
'(display-buffer-in-side-window
|
||||||
(side . right)
|
(side . left)
|
||||||
(dedicated . t)))
|
(dedicated . t)))
|
||||||
(global-set-key (kbd "C-x g") 'magit-status)
|
(global-set-key (kbd "C-x g") 'magit-status)
|
||||||
(global-set-key (kbd "C-x M-g") 'magit-dispatch)
|
(global-set-key (kbd "C-x M-g") 'magit-dispatch)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue