diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-16 18:37:14 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-10-16 18:37:14 -0400 |
commit | a3eea352fb5d3f840e2afacebe087c0c43b71ff9 (patch) | |
tree | b1987249510cd9488a940b9814091896ee3d0382 | |
parent | 222badd406028be1771055dc035ce090f1b90412 (diff) |
Use my fork of emacs-color-theme-solarized that makes diff-mode not ugly.
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -46,6 +46,7 @@ :after (lambda () (color-theme-tty-dark))) (:name color-theme-solarized + :url "https://LukeShu@github.com/LukeShu/emacs-color-theme-solarized.git" :after (lambda () (add-hook 'after-make-frame-functions (lambda (frame) |