Fix #5297: don't defer lv incrementally on magit
transient no longer depends on it.
This commit is contained in:
parent
d7a223493e
commit
cf1fa4eeba
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Only has an effect in GUI Emacs.")
|
||||||
|
|
||||||
(use-package! magit
|
(use-package! magit
|
||||||
:commands magit-file-delete
|
: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
|
:init
|
||||||
(setq magit-auto-revert-mode nil) ; we do this ourselves further down
|
(setq magit-auto-revert-mode nil) ; we do this ourselves further down
|
||||||
;; Must be set early to prevent ~/.emacs.d/transient from being created
|
;; Must be set early to prevent ~/.emacs.d/transient from being created
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue