Switching from fill-column-indicator (sadly too many issues now, but it was a good run) to native display-fill-column-indicator has left me with some unsightly gaps:
(setq-default line-spacing 0.25) (setq-default display-fill-column-indicator-column 79) (global-display-fill-column-indicator-mode 1) I've tried adding :box or :stipple attributes to the fill-column-indicator face, but have been unable to achieve my desired result of a single solid line, like so:
Is there a way to have an increased line-spacing with a solid display-fill-column-indicator?




|. You might try playing around with that, or maybe defining your own combining character somehow that displays as a longer vertical bar.fill-column-indicatorwas the face to adjust — but no character makes a seamless line with my line spacing.