From 1d1c2aad3c967b8358dadbf83c4b3dbab388ab88 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Mon, 21 Aug 2017 15:48:33 +0200 Subject: [PATCH] show column numbers --- custom/setup-editing.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/custom/setup-editing.el b/custom/setup-editing.el index ccbca5d..d7faf3b 100644 --- a/custom/setup-editing.el +++ b/custom/setup-editing.el @@ -7,6 +7,9 @@ kill-whole-line t ; if NIL, kill whole line and move the next line up ) +;; show column numbers +(setq column-number-mode 1) + ;; set appearance of a tab that is represented by 4 spaces (setq-default tab-width 4)