mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
fix: allow :protocol keyword in package!
Co-authored-by: Chris Rose <chrisros@amazon.com>
This commit is contained in:
@@ -530,7 +530,7 @@ elsewhere."
|
|||||||
(cl-destructuring-bind
|
(cl-destructuring-bind
|
||||||
(&key local-repo _files _flavor
|
(&key local-repo _files _flavor
|
||||||
_build _pre-build _post-build _includes
|
_build _pre-build _post-build _includes
|
||||||
_type _repo _host _branch
|
_type _repo _host _branch _protocol
|
||||||
_remote _nonrecursive _fork _depth)
|
_remote _nonrecursive _fork _depth)
|
||||||
recipe
|
recipe
|
||||||
;; Expand :local-repo from current directory
|
;; Expand :local-repo from current directory
|
||||||
|
Reference in New Issue
Block a user