Emacs: fix spacemacs theme loading
Alan Pearce alan@alanpearce.eu
Sun, 07 Oct 2018 16:22:37 +0200
1 files changed, 1 insertions(+), 5 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -140,11 +140,7 @@ (ding)))) ;;;;; 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