Update :recipe example in dummy packages.el

Deployed by `doom quickstart`/`doom install`
This commit is contained in:
Henrik Lissner 2019-08-17 11:59:05 -04:00
parent 3e7bcda04a
commit 2b3f522858
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -65,7 +65,7 @@ install understands the following switches:
(insert! ";; -*- no-byte-compile: t; -*-\n;;; %spackages.el\n\n"
";;; Examples:\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"
((relpath doom-private-dir))))))))