minus-squareAkibAzmain@alien.topBtoEmacs•How to remove `$` in the fringes on terminal emacs?linkfedilinkEnglisharrow-up3·1 year agoThey 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. linkfedilink
They are truncation glyphs. You can disable them by evaluating the following:
This replaces the truncation glyphs with spaces.