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