use column number mode

This commit is contained in:
Yisroel Baum 2025-09-07 21:50:38 +03:00
parent 7699d2f0db
commit 5fe351e176
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -31,6 +31,7 @@
(global-display-line-numbers-mode t)
(global-display-fill-column-indicator-mode t)
(set-fill-column 80)
(column-number-mode t)
(setq straight-use-package-by-default t)