mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Update :recipe example in dummy packages.el
Deployed by `doom quickstart`/`doom install`
This commit is contained in:
@ -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))))))))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user