Fix fill-column error
This commit is contained in:
parent
e802993eeb
commit
0709c89af9
@ -39,7 +39,7 @@
|
||||
:custom
|
||||
(whitespace-style '(face lines-tail))
|
||||
(whitespace-line-column 80)
|
||||
(fill-column whitespace-line-column)
|
||||
(fill-column 80)
|
||||
:hook
|
||||
(prog-mode . whitespace-mode)
|
||||
(org-mode . auto-fill-mode))
|
||||
|
Loading…
Reference in New Issue
Block a user