have magit show up in current buffer
This commit is contained in:
parent
26409ce346
commit
ef6ff24f20
1 changed files with 3 additions and 1 deletions
4
init.el
4
init.el
|
|
@ -49,7 +49,9 @@
|
|||
|
||||
(use-package rg)
|
||||
|
||||
(use-package magit)
|
||||
(use-package magit
|
||||
:config
|
||||
(setq magit-display-buffer-function #'magit-display-buffer-fullcolumn-most-v1))
|
||||
|
||||
(use-package vertico
|
||||
:init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue