coldnew / linum-relative

display relative line number in the left margin in emacs
169 stars 20 forks source link

Option to include absolute line number on current line #3

Closed PythonNut closed 11 years ago

PythonNut commented 11 years ago

:set rnu in Vim includes the absolute line number on the current line, which make relative line numbers be mostly the best of both worlds. This would be excellent functionality to add to linum-relative.

-pythonnut_008

coldnew commented 11 years ago

Nice idea, I will do it this weekend :)

coldnew commented 11 years ago

If you use (setq linum-relative-current-symbol "") , you will see absolute line number at current line.