You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm enabled one-based column numbering. (setq mode-line-position-column-line-format '(" (%l,%C)"))
If I load smart-mode-line, the column number becomes zero-based rather than one-based.
I'm using Emacs 29.0.91 with the following configuration:
(use-package smart-mode-line
:init
(setq sml/vc-mode-show-backend t
sml/no-confirm-load-theme t
sml/theme 'respectful
sml/shorten-directory t
sml/shorten-modes t)
:config
(sml/setup))
The text was updated successfully, but these errors were encountered:
I'm enabled one-based column numbering.
(setq mode-line-position-column-line-format '(" (%l,%C)"))
If I load smart-mode-line, the column number becomes zero-based rather than one-based.
I'm using Emacs 29.0.91 with the following configuration:
The text was updated successfully, but these errors were encountered: