Fix diminishment for whitespace-related stuff

This commit is contained in:
MitchMarq42 2022-11-15 10:44:12 -09:00
parent 8ffd318800
commit e80e5bcd79

View File

@ -32,18 +32,14 @@
;; Visualize whitespace. In a very chill and invisible way.
(use-package whitespace
:straight (:type built-in)
:diminish whitespace-mode
:diminish (whitespace-mode org-indent-mode org-vw-mode auto-fill-mode)
:custom
(whitespace-style '(face lines-tail))
(whitespace-line-column 80)
(fill-column whitespace-line-column)
:hook
(prog-mode . whitespace-mode)
(org-mode . auto-fill-mode)
:config
(diminish 'org-indent-mode)
(diminish 'org-vw-mode)
(diminish 'auto-fill-mode))
(org-mode . auto-fill-mode))
(use-package image-mode
:straight (:type built-in)
:config