show column numbers

This commit is contained in:
laurensmiers 2017-08-21 15:48:33 +02:00
parent 3d9834f1e1
commit 1d1c2aad3c

View file

@ -7,6 +7,9 @@
kill-whole-line t ; if NIL, kill whole line and move the next line up 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 ;; set appearance of a tab that is represented by 4 spaces
(setq-default tab-width 4) (setq-default tab-width 4)