From 28068e7ee303c9873a3ee70e9c832e99e4e1d3e0 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Nov 2015 07:56:48 -0800 Subject: [emacs] Add column number to mode-line. --- emacs.d/inits/00_ui.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs.d/inits') diff --git a/emacs.d/inits/00_ui.el b/emacs.d/inits/00_ui.el index 22e392f..ba11e7e 100644 --- a/emacs.d/inits/00_ui.el +++ b/emacs.d/inits/00_ui.el @@ -12,9 +12,8 @@ (setq frame-title-format '(buffer-file-name "%f" ("%b"))) -;; and lose the stupid pipe chars on the split-screen bar -;; (set-face-foreground 'vertical-border "white") -;; (set-face-background 'vertical-border "white") +;; show the column number in the mode-line +(setq column-number-mode t) ;; (set-fringe-mode 1) -- cgit 1.4.1