Open magit-popup is a side window

Instead of in a split below the current window.
This commit is contained in:
Henrik Lissner 2018-06-16 14:38:06 +02:00
parent 3ad16f660f
commit 709c708376
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -22,8 +22,9 @@ load everything.")
#'ivy-completing-read #'ivy-completing-read
#'magit-builtin-completing-read) #'magit-builtin-completing-read)
magit-revision-show-gravatars '("^Author: " . "^Commit: ") magit-revision-show-gravatars '("^Author: " . "^Commit: ")
magit-diff-refine-hunk t ;; Show word-granularity on the currently selected hunk magit-diff-refine-hunk t ; show word-granularity on selected hunk
magit-display-buffer-function #'+magit-display-buffer-fullscreen) magit-display-buffer-function #'+magit-display-buffer-fullscreen
magit-popup-display-buffer-action '((display-buffer-in-side-window)))
(set-popup-rule! "^\\(?:\\*magit\\|magit:\\)" :ignore) (set-popup-rule! "^\\(?:\\*magit\\|magit:\\)" :ignore)
;; Consider magit buffers real (so they can switched to) ;; Consider magit buffers real (so they can switched to)