Fix magit call breakage

This commit is contained in:
Vladan Popovic 2019-12-08 15:15:29 +01:00
parent cc1c1af46e
commit c264cf17ca
1 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,6 @@
(require 'jenga-functions) (require 'jenga-functions)
(instl 'magit) (instl 'magit)
(setq magit-auto-revert-mode nil)
(provide 'jenga-magit) (provide 'jenga-magit)