[Docs] Add a note

This commit is contained in:
Bozhidar Batsov 2020-12-14 13:57:08 +02:00
parent 446dc7dd3b
commit 93c086e9e9

View file

@ -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?