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)