From 90aaf93d952a5f56755379d50f6a8999322e37c4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 6 Feb 2016 20:56:47 +0100 Subject: Emacs: Fix init of spacemacs-theme --- tag-emacs/emacs.d/init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index a8675cfd..dccf62df 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))) -- cgit 1.4.1