Home / Emacs / Column number / Configuration
Use 1-based column numbering
Make the column indicator 1-based instead of 0-based.
;; Defined in `simple', so no `with-eval-after-load'.
(setopt column-number-indicator-zero-based nil)
Home / Emacs / Column number / Configuration
Make the column indicator 1-based instead of 0-based.
;; Defined in `simple', so no `with-eval-after-load'.
(setopt column-number-indicator-zero-based nil)