Fuco1 / indicators.el

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

Place the indicator on the right of the line number. #7

Closed jcs090218 closed 3 months ago

jcs090218 commented 5 years ago

Hi, if I use linum the indicator is place on the right of the line number. But if I use display-line-number-mode then it displayed on the left. Is there a way to place the indicator on the right of the line number when using display-line-number-mode? Thank you!

Fuco1 commented 5 years ago

I don't use any of the line number packages but I suspect one uses the margin feature and the other something else. This package uses fringe to draw the indicators so that's something to be configured with respect to the others.

I think that configuration is not related to what this package does.

Fuco1 commented 3 months ago

This is not possible because linum uses the margin which is rendered before the "fringe".