branch: externals/nano-theme commit 328557891eac318cbf90bc3a9cce6cbdcdc97fad Author: Murilo Pereira <mur...@murilopereira.com> Commit: Murilo Pereira <mur...@murilopereira.com>
Add Quelpa installation instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 16b4660..5dd4a3f 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,17 @@ Install with [straight.el](https://github.com/raxod502/straight.el): :repo "rougier/nano-theme")) ``` +... or install with [`quelpa`](https://github.com/quelpa/quelpa): + +```emacs-lisp +(use-package nano-theme + :ensure nil + :defer t + :quelpa (nano-theme + :fetcher github + :repo "rougier/nano-theme")) +``` + ### Usage Load theme directly: `M-x: (load-theme 'nano t)`