summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs6
1 files changed, 5 insertions, 1 deletions
diff --git a/emacs b/emacs
index 5805e0b..f67c4b2 100644
--- a/emacs
+++ b/emacs
@@ -10,4 +10,8 @@
;; hilight actual line
(global-hl-line-mode 1)
-(set-face-background 'hl-line "#333") \ No newline at end of file
+(set-face-background 'hl-line "#333")
+
+;; show line- and columnnumber
+(line-number-mode 1)
+(column-number-mode 1) \ No newline at end of file