Clarified README

This commit is contained in:
Mossfet 2023-04-11 11:02:40 +01:00
parent 7f32ad2bea
commit ee4da95a31
1 changed files with 5 additions and 1 deletions

View File

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