diff --git a/README.md b/README.md index 68625e7..d9f752d 100644 --- a/README.md +++ b/README.md @@ -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)