docs/faq: mention package! recipe inheritance
This commit is contained in:
parent
9177c1b07a
commit
a531955dad
1 changed files with 8 additions and 2 deletions
10
docs/faq.org
10
docs/faq.org
|
@ -542,8 +542,14 @@ install packages from just about anywhere:
|
||||||
(package! evil :recipe (:host github :repo "hlissner/my-evil-fork"))
|
(package! evil :recipe (:host github :repo "hlissner/my-evil-fork"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
You can find more information about this recipe format [[https://github.com/raxod502/straight.el#the-recipe-format][in the straight.el
|
You can find more information about the recipe format [[https://github.com/raxod502/straight.el#the-recipe-format][in the straight.el package
|
||||||
package readme]].
|
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
|
Remember to run ~doom refresh~ every time you modify you package list, to ensure
|
||||||
your packages are set up and installed.
|
your packages are set up and installed.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue