diff options
author | Alan Pearce | 2017-07-17 16:48:43 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-17 16:48:43 +0200 |
commit | 74bcb7ff0177eaa48fdb246eff4171ed2e8520fc (patch) | |
tree | 2ff5b3ef45ae3619af061b7b0ca17e00c7ec3277 /emacs/.emacs.d | |
parent | 2f181736df8d01968a7d4e4a46ad1e868e76968b (diff) | |
download | nixfiles-74bcb7ff0177eaa48fdb246eff4171ed2e8520fc.tar.lz nixfiles-74bcb7ff0177eaa48fdb246eff4171ed2e8520fc.tar.zst nixfiles-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/.emacs.d')
-rw-r--r-- | emacs/.emacs.d/init.org | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index 8a383fc2..3d5a0036 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 |