From 016fbfbdb52f2658c476901aaca3b0e4569ec353 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Thu, 22 Oct 2009 13:24:41 +0200 Subject: Show line- and columnnumbers in emacs statusbar --- emacs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs') 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 -- cgit v1.2.3