summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/00_ui.el5
1 files changed, 2 insertions, 3 deletions
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)