Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One-based column numbering #262

Open
tsengf opened this issue May 29, 2023 · 0 comments
Open

One-based column numbering #262

tsengf opened this issue May 29, 2023 · 0 comments

Comments

@tsengf
Copy link

tsengf commented May 29, 2023

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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant