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)