Include lines-tail in whitespace-style
This commit is contained in:
parent
c15b4424b5
commit
c2a7ff7506
1 changed files with 2 additions and 1 deletions
|
@ -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])))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue