diff options
author | Alan Pearce | 2017-02-11 18:16:28 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-11 18:16:28 +0100 |
commit | 98a40f3e1c7081e876026a642b101bc446310a82 (patch) | |
tree | 1574e7427de6daa2c9c75564b7f468bfe3593c7b | |
parent | 53128ff702dc1e3d90f2f5eecca505d9eb360230 (diff) | |
download | nixfiles-98a40f3e1c7081e876026a642b101bc446310a82.tar.lz nixfiles-98a40f3e1c7081e876026a642b101bc446310a82.tar.zst nixfiles-98a40f3e1c7081e876026a642b101bc446310a82.zip |
Emacs: Remove disable solarized theme setup
-rw-r--r-- | tag-emacs/emacs.d/init.org | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index bb9486ee..1a5ed530 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 |