mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
docs/faq: mention package! recipe inheritance
This commit is contained in:
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.
|
||||||
|
Reference in New Issue
Block a user