Open magit-popup is a side window
Instead of in a split below the current window.
This commit is contained in:
parent
3ad16f660f
commit
709c708376
1 changed files with 3 additions and 2 deletions
|
@ -22,8 +22,9 @@ load everything.")
|
|||
#'ivy-completing-read
|
||||
#'magit-builtin-completing-read)
|
||||
magit-revision-show-gravatars '("^Author: " . "^Commit: ")
|
||||
magit-diff-refine-hunk t ;; Show word-granularity on the currently selected hunk
|
||||
magit-display-buffer-function #'+magit-display-buffer-fullscreen)
|
||||
magit-diff-refine-hunk t ; show word-granularity on selected hunk
|
||||
magit-display-buffer-function #'+magit-display-buffer-fullscreen
|
||||
magit-popup-display-buffer-action '((display-buffer-in-side-window)))
|
||||
|
||||
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\)" :ignore)
|
||||
;; Consider magit buffers real (so they can switched to)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue