Disable magit-auto-revert-mode

Because we already use global-auto-revert-mode, but because it's lazy
loaded, the magit-autorevert package may not notice, and will enable
magit-auto-revert-mode anyway.
This commit is contained in:
Henrik Lissner 2018-07-06 13:39:42 +02:00
parent 64867cbed4
commit 3443cd870a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -16,6 +16,8 @@ load everything.")
(def-package! magit
:commands magit-file-delete
:init
(setq magit-auto-revert-mode nil) ; we already use `global-auto-revert-mode'
:config
(setq magit-completing-read-function
(if (featurep! :completion ivy)