mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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
|
||||
: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
|
||||
|
Reference in New Issue
Block a user