Bump core
bbatsov/projectile@c31bd41 -> bbatsov/projectile@0e2620a domtronn/all-the-icons.el@9aa16ae -> domtronn/all-the-icons.el@050d4c5 gilbertw1/better-jumper@5ef53fc -> gilbertw1/better-jumper@411ecdf raxod502/straight.el@a32c97c -> raxod502/straight.el@47dd03d
This commit is contained in:
parent
2ad1eab6ee
commit
cb09f1778b
2 changed files with 6 additions and 6 deletions
|
@ -196,7 +196,7 @@ processed."
|
|||
(if disable
|
||||
(cl-pushnew name doom-disabled-packages)
|
||||
(when shadow
|
||||
(straight-override-recipe (cons shadow '(:local-repo nil)))
|
||||
(straight-override-recipe (cons shadow `(:local-repo nil :package included :build nil :included-by ,name)))
|
||||
(let ((site-load-path (copy-sequence doom--initial-load-path))
|
||||
lib)
|
||||
(while (setq
|
||||
|
@ -493,7 +493,7 @@ elsewhere."
|
|||
(when-let (recipe (plist-get plist :recipe))
|
||||
(cl-destructuring-bind
|
||||
(&key local-repo _files _flavor
|
||||
_build _pre-build _post-build _no-byte-compile
|
||||
_build _pre-build _post-build _no-byte-compile _includes
|
||||
_no-native-compile _no-autoloads _type _repo _host _branch
|
||||
_remote _nonrecursive _fork _depth)
|
||||
recipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue