File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 132
132
:build nil )))
133
133
134
134
(straight-use-recipes
135
- ' (nongnu-elpa :type git
136
- :repo " https://git.savannah.gnu.org/git/emacs/ nongnu.git "
135
+ ` (nongnu-elpa :type git
136
+ :repo , straight-recipes- nongnu-elpa-url
137
137
:depth (full single-branch)
138
138
:local-repo " nongnu-elpa"
139
139
:build nil ))
Original file line number Diff line number Diff line change @@ -3410,6 +3410,11 @@ Otherwise, return nil."
3410
3410
3411
3411
;;;;;; NonGNU ELPA
3412
3412
3413
+ (defcustom straight-recipes-nongnu-elpa-url
3414
+ "https://git.savannah.gnu.org/git/emacs/nongnu.git"
3415
+ "URL of the Git repository for the NONGNU ELPA package repository."
3416
+ :type 'string)
3417
+
3413
3418
(defun straight-recipes-nongnu-elpa--translate (recipe)
3414
3419
"Translate RECIPE into straight.el-style recipe."
3415
3420
(when recipe
You can’t perform that action at this time.
0 commit comments