]> git.donarmstrong.com Git - lib.git/commitdiff
use spacemacs theme
authorDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2019 00:29:51 +0000 (16:29 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 7 Feb 2019 00:29:51 +0000 (16:29 -0800)
emacs_el/configuration/don-configuration.org

index 567035f20252cfb15d90b7a9adaf06425349e281..128a5972b579c92c14b3feb5b91ca2aafa296f32 100644 (file)
@@ -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