on How to remove `$` in the fringes on terminal emacs? · c/emacs · 3 pts · 2yThey are truncation glyphs. You can disable them by evaluating the following: (set-display-table-slot standard-display-table 'truncation ?\s) This replaces the truncation glyphs with spaces.
They are truncation glyphs. You can disable them by evaluating the following:
This replaces the truncation glyphs with spaces.