mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #5297: don't defer lv incrementally on magit
transient no longer depends on it.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user