mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Whitespace should preferably respect the fill-column variable
Let whitespace dynamically set `whitespace-line-column` depending on the current state of the variable `fill-column`. Changing the value to `nil` does exactly that.
This commit is contained in:
@ -38,7 +38,7 @@ modes are active and the buffer is read-only.")
|
|||||||
truncate-lines t
|
truncate-lines t
|
||||||
truncate-partial-width-windows 50
|
truncate-partial-width-windows 50
|
||||||
;; whitespace-mode
|
;; whitespace-mode
|
||||||
whitespace-line-column fill-column
|
whitespace-line-column nil
|
||||||
whitespace-style
|
whitespace-style
|
||||||
'(face indentation tabs tab-mark spaces space-mark newline newline-mark
|
'(face indentation tabs tab-mark spaces space-mark newline newline-mark
|
||||||
trailing lines-tail)
|
trailing lines-tail)
|
||||||
|
Reference in New Issue
Block a user