mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-10 15:33:36 -05:00
Include lines-tail in whitespace-style
This commit is contained in:
@@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
shift-select-mode t
|
shift-select-mode t
|
||||||
tabify-regexp "^\t* [ \t]+"
|
tabify-regexp "^\t* [ \t]+"
|
||||||
whitespace-style '(face tabs tab-mark trailing newline indentation newline-mark)
|
whitespace-style '(face tabs tab-mark trailing newline newline-mark indentation lines-tail)
|
||||||
|
whitespace-line-column fill-column
|
||||||
whitespace-display-mappings
|
whitespace-display-mappings
|
||||||
'((tab-mark ?\t [?> ?\t])
|
'((tab-mark ?\t [?> ?\t])
|
||||||
(newline-mark 10 [36 10])))
|
(newline-mark 10 [36 10])))
|
||||||
|
Reference in New Issue
Block a user