Questions tagged [fringe]
The fringe is a tiny margin to the left or right edge, or both, of a window on a graphical display. Glyphs can be displayed there.
42 questions
0 votes
0 answers
70 views
Can I reduce the gutter size of eglot in NW mode?
Either this changed recently, or I just noticed it but now can't un-notice it. I often run emacs --daemon on remote systems then ssh in and use emacsclient -nw to work inside a terminal. I also do a ...
3 votes
0 answers
106 views
How to have a right line continuation indicator on the right of `word-wrap`ped lines without "having a right fringe" and while having a left fringe?
In Emacs, I want to have line continuation indicators (the curly arrows by default) shown before or after my wrapped text (e.g. in the fringes). However: I don't want want to be able to tell apart my ...
5 votes
1 answer
642 views
how to find out what various fringe indicators mean?
I recently upgraded to emacs 28, and did some fiddling with my configuration (because configuring emacs is, after all, a lifestyle...) and now I have fringe indicators and I don't know what they mean. ...
0 votes
0 answers
58 views
How do I get the Fringe curved arrows to show in word wrap mode?
So I really like those curved arrows that appear in the Wrap at Window Edge option, like in this image: But i don't like that it breaks the words at random places, in this respect I like that the ...
3 votes
1 answer
445 views
Move the fringe indicators close to the window text
When I use olivetti-mode I'd like to have grey margins and the fringe indicators close to the window text, like in this picture: The problem is that when the fringes are wide the indicators end up ...
0 votes
1 answer
383 views
How to change the color, or remove, the vertical line next to the scroll bar?
When I try some themes like the doom-nord-light theme, I get some weird line on the side of the scroll bar (here in yellow, but sometimes it is black): How can I could remove them or change their ...
1 vote
1 answer
478 views
How to use mouse click to the right or to the left of the text to move cursor to this line?
On a mouseclick to one side of the text, it can be convenient to make the cursor jump to: the beginning of the line (when clicking left of the text) the end of the line (when clicking right of the ...
1 vote
0 answers
58 views
How to remove fringe when copying from emacs?
When copying from emacs buffers in a terminal to other application, I grab the region and copy them and paste it onto another application. The copied text has a leading whitespace in each line ...