Update :recipe example in dummy packages.el
Deployed by `doom quickstart`/`doom install`
This commit is contained in:
parent
3e7bcda04a
commit
2b3f522858
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ install understands the following switches:
|
||||||
(insert! ";; -*- no-byte-compile: t; -*-\n;;; %spackages.el\n\n"
|
(insert! ";; -*- no-byte-compile: t; -*-\n;;; %spackages.el\n\n"
|
||||||
";;; Examples:\n"
|
";;; Examples:\n"
|
||||||
";; (package! some-package)\n"
|
";; (package! some-package)\n"
|
||||||
";; (package! another-package :recipe (:fetcher github :repo \"username/repo\"))\n"
|
";; (package! another-package :recipe (:host github :repo \"username/repo\"))\n"
|
||||||
";; (package! builtin-package :disable t)\n"
|
";; (package! builtin-package :disable t)\n"
|
||||||
((relpath doom-private-dir))))))))
|
((relpath doom-private-dir))))))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue