From 74bcb7ff0177eaa48fdb246eff4171ed2e8520fc Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Jul 2017 16:48:43 +0200 Subject: Emacs: Don't load base16-mexico-theme Keep base16-theme around so that I can experiment with it, though --- emacs/.emacs.d/init.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emacs') 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 -- cgit 1.4.1