emacs.d/modules/jenga-magit.el

8 lines
127 B
EmacsLisp
Raw Normal View History

2019-12-07 23:09:25 +01:00
;;;; Magit configuration.
(require 'jenga-functions)
(instl 'magit)
2019-12-08 15:15:29 +01:00
(setq magit-auto-revert-mode nil)
2019-12-07 23:09:25 +01:00
(provide 'jenga-magit)