all repos — nixfiles @ 98a40f3e1c7081e876026a642b101bc446310a82

System and user configuration, managed by nix and home-manager

Emacs: Remove disable solarized theme setup
Alan Pearce alan@alanpearce.uk
Sat, 11 Feb 2017 18:16:28 +0100
commit

98a40f3e1c7081e876026a642b101bc446310a82

parent

53128ff702dc1e3d90f2f5eecca505d9eb360230

1 files changed, 0 insertions(+), 11 deletions(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -115,17 +115,6 @@ #+END_SRC 
 ** 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