[emacs] Use solarized theme -- it's still messed up though
This commit is contained in:
parent
a8a6c1f6dd
commit
84f5bea78e
1 changed files with 4 additions and 0 deletions
4
emacs
4
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue