diff options
author | Alan Pearce | 2017-02-21 17:16:04 +0100 |
---|---|---|
committer | Alan Pearce | 2017-02-21 17:16:04 +0100 |
commit | 57e1d5e57102ced8bc48ac1621112ff7018dae2b (patch) | |
tree | 6ef55538d1fdf1e171b848ffd12d4f89908403ec /tag-emacs | |
parent | df714aba617f7c229e9d7cc169a0c988d5a44339 (diff) | |
parent | 98a40f3e1c7081e876026a642b101bc446310a82 (diff) | |
download | nixfiles-57e1d5e57102ced8bc48ac1621112ff7018dae2b.tar.lz nixfiles-57e1d5e57102ced8bc48ac1621112ff7018dae2b.tar.zst nixfiles-57e1d5e57102ced8bc48ac1621112ff7018dae2b.zip |
Merge branch 'master' of git.alanpearce.uk:alan/dotfiles
Diffstat (limited to 'tag-emacs')
-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 dd0ef727..68f2c7ea 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 |