Fix fill-column error

This commit is contained in:
MitchMarq42 2022-11-30 12:24:58 -09:00
parent e802993eeb
commit 0709c89af9

View File

@ -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))