summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.org')
-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)))