all repos — nixfiles @ 90aaf93d952a5f56755379d50f6a8999322e37c4

System and user configuration, managed by nix and home-manager

Emacs: Fix init of spacemacs-theme
Alan Pearce alan@alanpearce.co.uk
Sat, 06 Feb 2016 20:56:47 +0100
commit

90aaf93d952a5f56755379d50f6a8999322e37c4

parent

7dd4cee66e185dd45021c157cfef2d2ba57b16c8

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -128,7 +128,8 @@ Let’s try spacemacs-light for a while.
 
 #+BEGIN_SRC emacs-lisp
-  (use-package spacemacs-theme
+  (use-package spacemacs-common
+    :ensure spacemacs-theme
     :config (progn
               (setq spacemacs-theme-org-highlight t)
               (load-theme 'spacemacs-light t)))