From a8a6c1f6ddbc2163f48978baa8fe00fafeba864b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Mon, 28 Apr 2014 22:24:13 -0700 Subject: [PATCH] [emacs] Initiial .emacs --- emacs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 emacs diff --git a/emacs b/emacs new file mode 100644 index 0000000..cb515a7 --- /dev/null +++ b/emacs @@ -0,0 +1,3 @@ +; Show point position in the status bar +(line-number-mode 1) +(column-number-mode 1)