Merge pull request #482 from UndeadKernel/fix_whitespace-line-column
Let whitespace dynamically use fill-column
This commit is contained in:
commit
bc7c992f43
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue