summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2018-06-16 20:15:42 +0200
committerAlan Pearce2018-06-16 20:15:42 +0200
commit6df3afccf7467b48615ecb6b82507883ad7fb62f (patch)
tree9e3a7d5e700195ae60b2d15f0b928677df25f6d4 /emacs
parent92dd640461b7d2cbc5e4e7beacd19783ee43f55c (diff)
downloaddotfiles-6df3afccf7467b48615ecb6b82507883ad7fb62f.tar.lz
dotfiles-6df3afccf7467b48615ecb6b82507883ad7fb62f.tar.zst
dotfiles-6df3afccf7467b48615ecb6b82507883ad7fb62f.zip
Switch back to monotropic-theme
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/main.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 5e99bf1..66d8236 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.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
@@ -153,10 +152,6 @@
                                     '(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
 ;; can enable it if needed.