diff --git a/doc/faq.md b/doc/faq.md index 2956d5d..184552c 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -14,7 +14,10 @@ that expands to some "traditional" configuration code. One aspect of `use-packag Given how modular the structure of Prelude is, there's relatively little to be gained by adopting `use-package` everywhere, but end users are free to use `use-package` for their personal configuration. -I have a stripped down version of Prelude, based on `use-package` [here](https://github.com/bbatsov/emacs.d). I guess it might be of interest to some of you. +!!! Note + + I have a stripped-down version of Prelude for personal use, based on `use-package` [here](https://github.com/bbatsov/emacs.d). + I guess it might be of interest to some of you. ## Why does Prelude use MELPA instead of MELPA Stable by default?