docs/faq: mention package! recipe inheritance

This commit is contained in:
Henrik Lissner 2019-10-23 22:11:28 -04:00
parent 9177c1b07a
commit a531955dad
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -542,8 +542,14 @@ install packages from just about anywhere:
(package! evil :recipe (:host github :repo "hlissner/my-evil-fork"))
#+END_SRC
You can find more information about this recipe format [[https://github.com/raxod502/straight.el#the-recipe-format][in the straight.el
package readme]].
You can find more information about the recipe format [[https://github.com/raxod502/straight.el#the-recipe-format][in the straight.el package
readme]].
#+begin_quote
If a MELPA recipe exists for the package you are writing a ~package!~
declaration for, you may omit keywords and Doom's package manager will fill them
in with values from its original recipe.
#+end_quote
Remember to run ~doom refresh~ every time you modify you package list, to ensure
your packages are set up and installed.