Clarified README
This commit is contained in:
parent
7f32ad2bea
commit
ee4da95a31
1 changed files with 5 additions and 1 deletions
|
@ -28,10 +28,14 @@ for stock emacs.
|
|||
|
||||
### Doom Emacs (package!)
|
||||
|
||||
In `package.el`
|
||||
```elisp
|
||||
(package! everforest
|
||||
:recipe (:repo "https://git.solarpunk.moe/mossfet/Everforest"))
|
||||
|
||||
```
|
||||
|
||||
And in `config.el`
|
||||
```elisp
|
||||
(use-package! everforest)
|
||||
|
||||
(load-theme 'everforest-hard-dark t)
|
||||
|
|
Loading…
Reference in a new issue