show column numbers
This commit is contained in:
parent
3d9834f1e1
commit
1d1c2aad3c
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue