mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
Merge pull request #482 from UndeadKernel/fix_whitespace-line-column
Let whitespace dynamically use fill-column
This commit is contained in:
@ -38,7 +38,7 @@ modes are active and the buffer is read-only.")
|
||||
truncate-lines t
|
||||
truncate-partial-width-windows 50
|
||||
;; whitespace-mode
|
||||
whitespace-line-column fill-column
|
||||
whitespace-line-column nil
|
||||
whitespace-style
|
||||
'(face indentation tabs tab-mark spaces space-mark newline newline-mark
|
||||
trailing lines-tail)
|
||||
|
Reference in New Issue
Block a user