emacs.d/modules/jenga-magit.el

6 lines
114 B
EmacsLisp
Raw Normal View History

2019-12-07 23:09:25 +01:00
;;;; Magit configuration.
2020-01-05 23:51:24 +01:00
(use-package magit
:init (setq magit-auto-revert-mode nil))
2019-12-08 15:15:29 +01:00
2019-12-07 23:09:25 +01:00
(provide 'jenga-magit)