all repos — nixfiles @ 6df3afccf7467b48615ecb6b82507883ad7fb62f

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

Switch back to monotropic-theme
Alan Pearce alan@alanpearce.eu
Sat, 16 Jun 2018 20:15:42 +0200
commit

6df3afccf7467b48615ecb6b82507883ad7fb62f

parent

92dd640461b7d2cbc5e4e7beacd19783ee43f55c

1 files changed, 0 insertions(+), 5 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -142,7 +142,6 @@ ;; Monotropic-theme.  I don't need colours.
 
 (use-package monotropic-theme
-  :disabled t
   :if (or window-system
           (daemonp))
   :config (progn
@@ -152,10 +151,6 @@ '(git-gutter-fr:added ((t (:foreground "#b8b8b8"))))                                     '(git-gutter-fr:modified ((t (:foreground "#b8b8b8"))))
                                     '(git-gutter-fr:deleted ((t (:foreground "#b8b8b8"))))
                                     '(mode-line ((t (:height 1.0)))))))
-
-(if (or window-system
-          (daemonp))
-  (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