mirror of
https://git.sr.ht/~ryuslash/yoshi-theme
synced 2025-01-31 11:25:51 +01:00
Add install instructions for Spacemacs
This commit is contained in:
parent
2afae76255
commit
d629ffb90a
1 changed files with 23 additions and 0 deletions
23
README.org
23
README.org
|
@ -93,3 +93,26 @@
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(load-theme 'yoshi :no-confirm)
|
(load-theme 'yoshi :no-confirm)
|
||||||
#+END_SRC
|
#+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
|
||||||
|
|
Loading…
Reference in a new issue