[emacs] Initiial .emacs

This commit is contained in:
Eryn Wells 2014-04-28 22:24:13 -07:00
parent de566b0d49
commit a8a6c1f6dd

3
emacs Normal file
View file

@ -0,0 +1,3 @@
; Show point position in the status bar
(line-number-mode 1)
(column-number-mode 1)