emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/nano-theme 3285578 13/24: Add Quelpa installation instr


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 3285578 13/24: Add Quelpa installation instructions
Date: Wed, 29 Sep 2021 08:57:49 -0400 (EDT)

branch: externals/nano-theme
commit 328557891eac318cbf90bc3a9cce6cbdcdc97fad
Author: Murilo Pereira <murilo@murilopereira.com>
Commit: Murilo Pereira <murilo@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)`  



reply via email to

[Prev in Thread] Current Thread [Next in Thread]