Emacs: Fix init of spacemacs-theme
Alan Pearce alan@alanpearce.co.uk
Sat, 06 Feb 2016 20:56:47 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.org → tag-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)))