summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2017-07-17 16:48:43 +0200
committerAlan Pearce2017-07-17 16:48:43 +0200
commit74bcb7ff0177eaa48fdb246eff4171ed2e8520fc (patch)
tree2ff5b3ef45ae3619af061b7b0ca17e00c7ec3277 /emacs
parent2f181736df8d01968a7d4e4a46ad1e868e76968b (diff)
downloaddotfiles-74bcb7ff0177eaa48fdb246eff4171ed2e8520fc.tar.lz
dotfiles-74bcb7ff0177eaa48fdb246eff4171ed2e8520fc.tar.zst
dotfiles-74bcb7ff0177eaa48fdb246eff4171ed2e8520fc.zip
Emacs: Don't load base16-mexico-theme
Keep base16-theme around so that I can experiment with it, though
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.org4
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 8a383fc..3d5a003 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -201,9 +201,7 @@ quite easily.
 #+BEGIN_SRC emacs-lisp
 (use-package base16-theme
   :if (or window-system
-          (daemon-p))
-  :config (progn
-            (load-theme 'base16-mexico-light t)))
+          (daemon-p)))
 #+END_SRC
 
 Highlighting quasi-quoted expressions in lisps is quite useful, but I