Emacs: Use libgit with magit.
This commit is contained in:
parent
bff09b4918
commit
c75f627bff
|
@ -258,6 +258,11 @@
|
|||
(after-save . magit-after-save-refresh-status)
|
||||
)
|
||||
|
||||
;; Use libgit rather than git.
|
||||
(use-package magit-libgit
|
||||
:pin melpa
|
||||
)
|
||||
|
||||
;; Show TODOs in magit-status.
|
||||
(use-package magit-todos
|
||||
:after magit
|
||||
|
|
Loading…
Reference in New Issue
Block a user