emacs.d/modules/jenga-magit.el

6 lines
114 B
EmacsLisp

;;;; Magit configuration.
(use-package magit
:init (setq magit-auto-revert-mode nil))
(provide 'jenga-magit)