dotfiles/emacs

8 lines
206 B
Text
Raw Normal View History

2014-04-28 22:24:13 -07:00
; 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)