6 lines
122 B
EmacsLisp
6 lines
122 B
EmacsLisp
;; Git integration, how it was meant to be.
|
|
;; https://github.com/magit/magit
|
|
(use-package magit
|
|
:ensure t
|
|
:defer t)
|