aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Benjamin Althues2016-02-26 21:47:24 +0100
committerGravatar Benjamin Althues2016-02-26 21:47:24 +0100
commitd629ffb90a2a744962156dc2f08c338ce6fe4ca0 (patch)
treee7205f16dd2a1498ba88902f1be09268cacad45e
parent2afae7625593de0cba08efa2d4073b9859efb03e (diff)
downloadyoshi-theme-d629ffb90a2a744962156dc2f08c338ce6fe4ca0.tar.gz
yoshi-theme-d629ffb90a2a744962156dc2f08c338ce6fe4ca0.zip
Add install instructions for Spacemacs
-rw-r--r--README.org23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.org b/README.org
index baf4d9a..9c4d32a 100644
--- a/README.org
+++ b/README.org
@@ -93,3 +93,26 @@
#+BEGIN_SRC emacs-lisp
(load-theme 'yoshi :no-confirm)
#+END_SRC
+
+** Installation in Spacemacs
+
+ Edit your .spacemacs file ~(SPC f e d)~ and add the ~yoshi-theme~
+ package:
+
+ #+BEGIN_SRC emacs-lisp
+ dotspacemacs-additional-packages '(yoshi-theme)
+ #+END_SRC
+
+ Add the theme to the top of the themes list to make it the default
+ theme, for example:
+
+ #+BEGIN_SRC emacs-lisp
+ dotspacemacs-themes '(yoshi
+ monokai
+ spacemacs-dark
+ spacemacs-light
+ solarized-light
+ solarized-dark
+ leuven
+ zenburn)
+ #+END_SRC