Clean up package installation code
This commit is contained in:
parent
cc29e0f2bb
commit
1ad14ccf91
2 changed files with 20 additions and 8 deletions
|
@ -351,7 +351,13 @@ 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))
|
||||
(prelude-require-packages '(some-package some-other-package))
|
||||
```
|
||||
|
||||
If you require just a single package you can also use:
|
||||
|
||||
```lisp
|
||||
(prelude-require-package 'some-package)
|
||||
```
|
||||
|
||||
#### Disabling whitespace-mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue