summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2016-02-06 20:56:47 +0100
committerAlan Pearce2016-02-06 20:56:47 +0100
commit90aaf93d952a5f56755379d50f6a8999322e37c4 (patch)
tree062538fe0cbb8c974df2c5f45a53bc18992deda0 /tag-emacs/emacs.d
parent7dd4cee66e185dd45021c157cfef2d2ba57b16c8 (diff)
downloaddotfiles-90aaf93d952a5f56755379d50f6a8999322e37c4.tar.lz
dotfiles-90aaf93d952a5f56755379d50f6a8999322e37c4.tar.zst
dotfiles-90aaf93d952a5f56755379d50f6a8999322e37c4.zip
Emacs: Fix init of spacemacs-theme
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org
index a8675cf..dccf62d 100644
--- a/tag-emacs/emacs.d/init.org
+++ b/tag-emacs/emacs.d/init.org
@@ -128,7 +128,8 @@ lot of modes.
 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)))