From 501ecb89c9d5fe00811b54caba74a87ac322505c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 7 Oct 2018 16:22:37 +0200 Subject: Emacs: fix spacemacs theme loading --- emacs/.emacs.d/main.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'emacs') 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 -- cgit 1.4.1