From a531955dad14564e9903e8f4c04c76c7e8053f33 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 23 Oct 2019 22:11:28 -0400 Subject: [PATCH] docs/faq: mention package! recipe inheritance --- docs/faq.org | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/faq.org b/docs/faq.org index 2ffa1db5e..22ba0813c 100644 --- a/docs/faq.org +++ b/docs/faq.org @@ -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.