magit emacs
This commit is contained in:
parent
deb63c6e30
commit
142d0d50fb
1 changed files with 9 additions and 0 deletions
|
@ -220,5 +220,14 @@
|
|||
(use-package counsel-projectile
|
||||
:config (counsel-projectile-mode))
|
||||
|
||||
;; git
|
||||
(use-package magit
|
||||
:commands (magit-status magit-get-current-branch)
|
||||
:custom
|
||||
(magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
|
||||
|
||||
(use-package evil-magit
|
||||
:after magit)
|
||||
|
||||
;; video
|
||||
;; https://youtu.be/INTu30BHZGk?t=1626
|
||||
|
|
Loading…
Reference in a new issue