dotfiles/emacs

4 lines
84 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)