mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-30 17:01:02 -05:00
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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user