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

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

[elpa] externals/nano-theme ae5d982 16/24: Merge remote-tracking branch


From: ELPA Syncer
Subject: [elpa] externals/nano-theme ae5d982 16/24: Merge remote-tracking branch 'origin/master'
Date: Wed, 29 Sep 2021 08:57:50 -0400 (EDT)

branch: externals/nano-theme
commit ae5d98274a6f19298fbd362371f138a57a514622
Merge: 8d3ae3a 3dd71e1
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Merge remote-tracking branch 'origin/master'
---
 README.md     | 11 +++++++++++
 nano-theme.el |  2 ++
 2 files changed, 13 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)`  
diff --git a/nano-theme.el b/nano-theme.el
index 58d6a71..8a9e1e4 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -1,3 +1,5 @@
+;;; nano-theme.el --- A consistent theme for GNU Emacs  -*- coding: utf-8 -*-
+
 ;; ---------------------------------------------------------------------
 ;; GNU Emacs / N Λ N O theme
 ;; Copyright (C) 2021 - Nicolas P. Rougier



reply via email to

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