Commit afde7d1b6ffd

Vincent Demeester <vincent@sbr.pm>
2016-08-25 17:55:28
Switch theme
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 594e278
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -293,18 +293,18 @@
     First let's install the theme(s) and load the new theme
 
     #+begin_src emacs-lisp
-      ;;(use-package apropospriate-theme
-      ;;  :ensure t
-      ;;  :config
-      ;;  ;;(load-theme 'apropospriate-dark t)
-      ;;  (load-theme 'apropospriate-light t)
-      ;;  )
-      (use-package spacemacs-theme
+      (use-package apropospriate-theme
         :ensure t
-        :init
-        (setq spacemacs-theme-org-height t)
-        (setq spacemacs-theme-org-highlight t)
-        (load-theme 'spacemacs-dark))
+        :config
+        (load-theme 'apropospriate-dark t)
+        ;; (load-theme 'apropospriate-light t)
+        )
+      ;; (use-package spacemacs-theme
+      ;;   :ensure t
+      ;;   :init
+      ;;   (setq spacemacs-theme-org-height t)
+      ;;   (setq spacemacs-theme-org-highlight t)
+      ;;   (load-theme 'spacemacs-dark))
     #+end_src
 
 *** Mode Line