Prefer fullscreen for magit-status
Magit as a fullscreen buffer helps me focus by removing the noise of additional buffers.
This commit is contained in:
parent
6ad100c5fa
commit
97fd83272c
1 changed files with 4 additions and 1 deletions
|
@ -76,7 +76,10 @@
|
|||
(use-package deferred)
|
||||
|
||||
;; git integration
|
||||
(use-package magit)
|
||||
(use-package magit
|
||||
:config
|
||||
(setq magit-display-buffer-function
|
||||
#'magit-display-buffer-fullframe-status-v1))
|
||||
|
||||
;; http
|
||||
(use-package request)
|
||||
|
|
Loading…
Reference in a new issue