From c9a613510e2ba7bed8401ce2b9b2b54828136408 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 8 Jun 2016 14:40:39 -0700 Subject: [PATCH] spaceemacs theme --- dotfiles/emacs.d/README.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 7e175098..fcb71724 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2484,10 +2484,11 @@ I use helm for almost all emacs completion ** Themes Ensure all themes that I use are installed: #+BEGIN_SRC emacs-lisp - (defvar packages-appearance + (defvar-setq packages-appearance '(monokai-theme solarized-theme zenburn-theme base16-theme molokai-theme tango-2-theme gotham-theme sublime-themes rainbow-delimiters waher-theme - ample-theme material-theme zerodark-theme color-theme-modern leuven-theme)) + ample-theme material-theme zerodark-theme color-theme-modern leuven-theme + spacemacs-theme)) (ensure-packages-installed packages-appearance) #+END_SRC