Don't show dots for spaces.
It interferes with many other modes. 🙁
This commit is contained in:
parent
be65bf20f2
commit
30d3084125
|
@ -144,6 +144,7 @@
|
||||||
:custom (whitespace-line-column nil) ; Set to fill-column.
|
:custom (whitespace-line-column nil) ; Set to fill-column.
|
||||||
:config (progn (delete 'newline-mark whitespace-style) ; Don't paint $ at eol.
|
:config (progn (delete 'newline-mark whitespace-style) ; Don't paint $ at eol.
|
||||||
(delete 'lines whitespace-style) ; Don't mark whole long lines.
|
(delete 'lines whitespace-style) ; Don't mark whole long lines.
|
||||||
|
(delete 'space-mark whitespace-style) ; Don't show dots.
|
||||||
(when (< emacs-major-version 27) ; Mark end of too long lines.
|
(when (< emacs-major-version 27) ; Mark end of too long lines.
|
||||||
(add-to-list 'whitespace-style 'lines-tail))
|
(add-to-list 'whitespace-style 'lines-tail))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user