From c447191654c6a512d134b6bedadccd318b813ee2 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Sat, 11 May 2019 14:12:16 -0700 Subject: [PATCH] fix loading spacemacs --- emacs_el/configuration/don-configuration.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org index e12bbb3..b478fb1 100644 --- a/emacs_el/configuration/don-configuration.org +++ b/emacs_el/configuration/don-configuration.org @@ -134,10 +134,10 @@ load [[https://github.com/jwiegley/use-package/][use-package]] even faster * Modules ** Spacemacs theme #+BEGIN_SRC emacs-lisp -(use-package spacemacs-theme - :ensure t - :init - (load-theme 'spacemacs-dark) +(use-package spacemacs-common + :ensure spacemacs-theme + :config + (load-theme 'spacemacs-dark t) ) #+END_SRC ** Hippie Expand -- 2.39.5