Go back to fullframe for magit

This commit is contained in:
David Morgan 2021-10-05 13:14:28 +01:00
parent 8420a8cb9b
commit 963a322166
2 changed files with 1 additions and 2 deletions

View File

@ -40,7 +40,6 @@
(key-chord-define-global "UU" 'my/magit-set-upstream)
(key-chord-define-global "RR" 'my/magit-refresh-state)
:custom
(magit-display-buffer-function #'magit-display-buffer-fullframe-status-topleft-v1)
(magit-diff-refine-hunk 'all)
(magit-diff-paint-whitespace-lines 'all)
(magit-diff-refine-ignore-whitespace nil)

View File

@ -55,7 +55,7 @@
(use-package fullframe
:after (magit dashboard)
:config
;; (fullframe magit-status magit-mode-quit-window)
(fullframe magit-status magit-mode-quit-window)
(fullframe vc-annotate quit-window))
(use-package ace-window