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

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

[nongnu] elpa/subatomic-theme 568a73c 07/58: some documentation


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 568a73c 07/58: some documentation
Date: Thu, 21 Oct 2021 18:11:11 -0400 (EDT)

branch: elpa/subatomic-theme
commit 568a73c44c9ce2578de6dd81eb1bf67f6ce8240b
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    some documentation
---
 README.md | 25 ++++++++++++++++++++++++-
 1 file changed, 24 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 45b81d9..4d6c5f7 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,27 @@ About
 
 An emacs 24 (deftheme) color theme. It's super nice!
 
-![subatomic.el - kind of nice, 
eh?](https://raw.github.com/cryon/subatomic/master/readme-files/subatomic.png 
"subatomic emacs theme")
\ No newline at end of file
+![subatomic.el - kind of nice, 
eh?](https://raw.github.com/cryon/subatomic/master/readme-files/subatomic.png 
"subatomic emacs theme")
+
+Installation
+============
+
+MELPA
+-----
+
+Subatomic is available in [MELPA](http://melpa.milkbox.net/). Assuming MELPA 
is added to your archive list you can list the available packages by typing 
<code>M-x list-packages</code>, look for subatomic, mark it for installation by 
typing <code>i</code> and then execute (install) by typing <code>x</code>.
+
+(Or you can install it directly with <code>M-x package-install RET 
subatomic</code>)
+
+After that, enable the theme by <code>M-x load-theme RET subatomic</code>.
+
+Or if you want to do it in your init file, add:
+
+```lisp
+(load-theme 'subatomic t)
+```
+
+Improvements
+============
+
+Feel free to report any problems, suggestions or contributions. There are 
always more faces to color!
\ No newline at end of file



reply via email to

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