dbordak / telephone-line

A new implementation of Powerline for Emacs
GNU General Public License v3.0
550 stars 51 forks source link

Column number indicator one-based #101

Closed Riyyi closed 5 years ago

Riyyi commented 5 years ago

Since Emacs 26 there is the option: (setq column-number-indicator-zero-based nil) to display the column number as one-based instead of zero-based. But its not read by telephone-line yet, is there some work-around for this?

dbordak commented 5 years ago

Hey, forgot to mention here but I patched this last week. Does it work for you now?

Riyyi commented 5 years ago

Did you forget to push it? Github and melpa show the last commit is from January, or am I missing something?

dbordak commented 5 years ago

Oh, oops.

Riyyi commented 5 years ago

Yes, this fixed the issue, thanks!