fill-column  whitespace-mode

This commit is contained in:
MitchMarq42 2022-10-26 09:45:24 -08:00
parent 233fa69425
commit b3e3c76432

View File

@ -44,7 +44,10 @@
:custom :custom
(whitespace-style '(face lines-tail)) (whitespace-style '(face lines-tail))
(whitespace-line-column 80) (whitespace-line-column 80)
:hook (prog-mode . whitespace-mode) (fill-column whitespace-line-column)
:hook
(prog-mode . whitespace-mode)
(org-mode . auto-fill-mode)
;; :config (global-whitespace-mode t) ;; :config (global-whitespace-mode t)
) )
(use-package image-mode (use-package image-mode