[emacs] Use solarized theme -- it's still messed up though

This commit is contained in:
Eryn Wells 2014-04-29 08:47:29 -07:00
parent a8a6c1f6dd
commit 84f5bea78e

4
emacs
View file

@ -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)