mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -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
|
||||
(&key local-repo _files _flavor
|
||||
_build _pre-build _post-build _includes
|
||||
_type _repo _host _branch
|
||||
_type _repo _host _branch _protocol
|
||||
_remote _nonrecursive _fork _depth)
|
||||
recipe
|
||||
;; Expand :local-repo from current directory
|
||||
|
Reference in New Issue
Block a user