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:
parent
64867cbed4
commit
3443cd870a
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@ load everything.")
|
||||||
|
|
||||||
(def-package! magit
|
(def-package! magit
|
||||||
:commands magit-file-delete
|
:commands magit-file-delete
|
||||||
|
:init
|
||||||
|
(setq magit-auto-revert-mode nil) ; we already use `global-auto-revert-mode'
|
||||||
:config
|
:config
|
||||||
(setq magit-completing-read-function
|
(setq magit-completing-read-function
|
||||||
(if (featurep! :completion ivy)
|
(if (featurep! :completion ivy)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue