all repos — nixfiles @ 501ecb89c9d5fe00811b54caba74a87ac322505c

System and user configuration, managed by nix and home-manager

Emacs: fix spacemacs theme loading

Alan Pearce
commit

501ecb89c9d5fe00811b54caba74a87ac322505c

parent

8e6914e092e652579ffc16b9721886ce6dfd8ded

1 file changed, 1 insertion(+), 5 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.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