7 lines
206 B
Text
7 lines
206 B
Text
; 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)
|