From 98a40f3e1c7081e876026a642b101bc446310a82 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Feb 2017 18:16:28 +0100 Subject: Emacs: Remove disable solarized theme setup --- tag-emacs/emacs.d/init.org | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index bb9486e..1a5ed53 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -115,17 +115,6 @@ Ring the bell sometimes, but not so often ** Colours -I quite like solarized. I don’t think it’s perfect, but it supports a -lot of modes. -#+BEGIN_SRC emacs-lisp -(use-package solarized-theme - :disabled t - :config (progn - (setq solarized-distinct-fringe-background t) - (setq solarized-high-contrast-mode-line t) - (load-theme 'solarized-light t))) -#+END_SRC - Let’s try a more minimal theme. #+BEGIN_SRC emacs-lisp -- cgit 1.4.1