summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-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