fix(magit): update incremental-load list

Magit no longer depends on dash (which depends on f.el and s.el), and
now depends on compat.el. Also doesn't seem like package.el is needed.

On the off chance the user installed the magit module without installing
any other package that depends on these packages, they'll see
file-missing errors while Doom's incremental loader loads these
packages.

Ref: magit/magit@e40e8f1994
Fix: doomemacs/community#98
This commit is contained in:
Henrik Lissner 2026-04-24 06:47:15 -04:00
parent b42187998d
commit ef7189da04
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -40,7 +40,7 @@ FUNCTION
(use-package! magit
:commands magit-file-delete
:defer-incrementally (dash f s with-editor package eieio transient git-commit)
:defer-incrementally (compat with-editor eieio transient git-commit)
:init
(setq magit-auto-revert-mode nil) ; we do this ourselves further down
;; Must be set early to prevent ~/.config/emacs/transient from being created