From 84f5bea78e968900430882e7f58fb4bd5f8d10df Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 29 Apr 2014 08:47:29 -0700 Subject: [PATCH] [emacs] Use solarized theme -- it's still messed up though --- emacs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs b/emacs index cb515a7..537037a 100644 --- a/emacs +++ b/emacs @@ -1,3 +1,7 @@ ; Show point position in the status bar (line-number-mode 1) (column-number-mode 1) + +; Use solarized color scheme +(add-to-list 'custom-theme-load-path "~/.emacs.d/solarized") +(load-theme 'solarized-dark t)