coldnew / linum-relative

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

current line num as real line number instead 0 #17

Closed lecheel closed 9 years ago

lecheel commented 9 years ago

is possible add real line number instead -> 0

coldnew commented 9 years ago

I think I should update the readme :)

You can set linum-relative-current-symbol variable to empty string, this will make linum-relative show real line number. ex:

(setq linum-relative-current-symbol "")