branch: externals/nano-theme commit 3dd71e1f6d45eef582d72f3c823ce76f37b1edb8 Merge: f41c941 3285578 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: GitHub <nore...@github.com>
Merge pull request #2 from mpereira/patch-1 Add file header --- 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 c1733bb..c619f2b 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