mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-05-11 14:27:15 -07:00
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:
parent
b42187998d
commit
ef7189da04
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue