summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-10-07 16:22:37 +0200
committerAlan Pearce2018-10-07 16:22:37 +0200
commit501ecb89c9d5fe00811b54caba74a87ac322505c (patch)
tree0b24317b776a5bcb90f28d15aa53fe92672b772c /emacs
parent8e6914e092e652579ffc16b9721886ce6dfd8ded (diff)
downloaddotfiles-501ecb89c9d5fe00811b54caba74a87ac322505c.tar.lz
dotfiles-501ecb89c9d5fe00811b54caba74a87ac322505c.tar.zst
dotfiles-501ecb89c9d5fe00811b54caba74a87ac322505c.zip
Emacs: fix spacemacs theme loading
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index cdd65da..407e2a5 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -140,11 +140,7 @@
 
 ;;;;; Colours
 
-(use-package spacemacs-theme
-  :if (or window-system
-          (daemonp))
-  :config (progn
-            (load-theme 'spacemacs-light t)))
+(load-theme 'spacemacs-light t)
 
 ;; Highlighting quasi-quoted expressions in lisps is quite useful, but I
 ;; don't need it all the time.  I'll keep it around for a while so that I