Skip to content
Snippets Groups Projects
Commit 8be0deda authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Ouverture de magit: il occupe la fenêtre entière au lancement

parent 14c88229
No related branches found
No related tags found
No related merge requests found
...@@ -824,7 +824,10 @@ Le sublime ~Magit~. ...@@ -824,7 +824,10 @@ Le sublime ~Magit~.
(use-package magit (use-package magit
:ensure t :ensure t
:init :init
(progn (bind-key "C-x g" 'magit-status))) (progn
(bind-key "C-x g" 'magit-status))
:config
(setq magit-display-buffer-function 'magit-display-buffer-same-window-except-diff-v1))
#+END_SRC #+END_SRC
Affiche l'état ~git~ dans la marge? Affiche l'état ~git~ dans la marge?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment