Emacs: Use libgit with magit.

This commit is contained in:
tastytea 2019-12-01 07:14:13 +01:00
parent bff09b4918
commit c75f627bff

View File

@ -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