Try magit built-in functionality instead of fullframe

This commit is contained in:
David Morgan 2021-08-28 14:21:24 +01:00
parent c6d44c516b
commit b67d9d8827
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@
(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