Fix diminishment

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

View File

@ -458,7 +458,7 @@ targets."
(use-package org
:straight (:type built-in)
:mode (("\\.org$" . org-mode))
:diminish org-indent-mode
:diminish (org-indent-mode org-indent-minor-mode)
:custom
(org-hide-leading-stars t)
(org-startup-indented t)
@ -498,6 +498,7 @@ targets."
:straight (:type git
:host github
:repo "Fuco1/org-pretty-table")
:diminish
:hook (org-mode . org-pretty-table-mode))
(use-package ox-hugo
:after ox)