From: Don Armstrong <don@donarmstrong.com>
Date: Thu, 7 Feb 2019 00:29:51 +0000 (-0800)
Subject: use spacemacs theme
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fae8f0ba131478924f88fe3edc6eae8226d48233;p=lib.git

use spacemacs theme
---

diff --git a/emacs_el/configuration/don-configuration.org b/emacs_el/configuration/don-configuration.org
index 567035f..128a597 100644
--- a/emacs_el/configuration/don-configuration.org
+++ b/emacs_el/configuration/don-configuration.org
@@ -132,6 +132,14 @@ load  [[https://github.com/jwiegley/use-package/][use-package]] even faster
   (add-hook 'minibuffer-exit-hook #'don/minibuffer-exit-hook)
 #+END_SRC
 * Modules
+** Spacemacs theme
+#+BEGIN_SRC emacs-lisp
+(use-package spacemacs-theme
+  :ensure t
+  :init
+  (load-theme 'spacemacs-dark)
+  )
+#+END_SRC
 ** Hippie Expand
 #+BEGIN_SRC emacs-lisp
   (use-package hippie-exp