Fix auto-fill-mode diminishment maybe

This commit is contained in:
MitchMarq42 2022-11-02 09:39:17 -08:00
parent b156fff9a4
commit 4037aa07e8

View File

@ -40,7 +40,7 @@
(use-package whitespace (use-package whitespace
:straight (:type built-in) :straight (:type built-in)
:defer 1 :defer 1
:diminish (whitespace-mode auto-fill-mode) :diminish whitespace-mode
:custom :custom
(whitespace-style '(face lines-tail)) (whitespace-style '(face lines-tail))
(whitespace-line-column 80) (whitespace-line-column 80)
@ -50,7 +50,8 @@
(org-mode . auto-fill-mode) (org-mode . auto-fill-mode)
:config :config
(diminish 'org-indent-mode) (diminish 'org-indent-mode)
(diminish 'org-vw-mode)) (diminish 'org-vw-mode)
(diminish 'auto-fill-mode))
(use-package image-mode (use-package image-mode
:straight (:type built-in) :straight (:type built-in)
:config :config