Fuco1 / indicators.el

Display the buffer relative location of line in the fringe.
42 stars 5 forks source link

Add remove indicator at pos and line. #9

Closed jcs090218 closed 2 years ago

jcs090218 commented 5 years ago

What do you think about this? I think is kind of useful. :/

Edit: I don't think will work, what do you think implement this kind of functions?

Fuco1 commented 5 years ago

I think this might work. Did you test it? I have no problem with merging this functionality. The code looks OK to me but I don't remember if the indicators are stored at the beginning or end of lines.

You might need to change pos pos to pos (1+ pos) to make the interval non-empty.

jcs090218 commented 5 years ago

What do you think about this patch?

@Fuco1 Ping.