Fix #5297: don't defer lv incrementally on magit

transient no longer depends on it.
This commit is contained in:
Henrik Lissner 2021-07-26 02:53:58 -04:00
parent d7a223493e
commit cf1fa4eeba

View file

@ -18,7 +18,7 @@ Only has an effect in GUI Emacs.")
(use-package! magit
:commands magit-file-delete
:defer-incrementally (dash f s with-editor git-commit package eieio lv transient)
:defer-incrementally (dash f s with-editor git-commit package eieio transient)
:init
(setq magit-auto-revert-mode nil) ; we do this ourselves further down
;; Must be set early to prevent ~/.emacs.d/transient from being created