Mention prelude-ensure-module-deps in the README
This commit is contained in:
parent
480170f7a9
commit
112c3cca70
1 changed files with 7 additions and 0 deletions
|
@ -293,6 +293,13 @@ P.S. Solarized is not available by default - you'll have to install it from MELP
|
|||
Fork the official Prelude repo and add your own touch to it. You're advised to avoid changing stuff outside of the
|
||||
personal folder to avoid having to deal with git merge conflicts in the future.
|
||||
|
||||
If you'd like to add some auto installation of packages in your
|
||||
personal config use the following code:
|
||||
|
||||
```lisp
|
||||
(prelude-ensure-module-deps '(some-package some-other-package))
|
||||
```
|
||||
|
||||
#### Disabling whitespace-mode
|
||||
|
||||
Although `whitespace-mode` is awesome some people might find it too
|
||||
|
|
Loading…
Reference in a new issue