Fix diminishment
This commit is contained in:
parent
dd2d9fab4b
commit
233fa69425
@ -458,7 +458,7 @@ targets."
|
|||||||
(use-package org
|
(use-package org
|
||||||
:straight (:type built-in)
|
:straight (:type built-in)
|
||||||
:mode (("\\.org$" . org-mode))
|
:mode (("\\.org$" . org-mode))
|
||||||
:diminish org-indent-mode
|
:diminish (org-indent-mode org-indent-minor-mode)
|
||||||
:custom
|
:custom
|
||||||
(org-hide-leading-stars t)
|
(org-hide-leading-stars t)
|
||||||
(org-startup-indented t)
|
(org-startup-indented t)
|
||||||
@ -498,6 +498,7 @@ targets."
|
|||||||
:straight (:type git
|
:straight (:type git
|
||||||
:host github
|
:host github
|
||||||
:repo "Fuco1/org-pretty-table")
|
:repo "Fuco1/org-pretty-table")
|
||||||
|
:diminish
|
||||||
:hook (org-mode . org-pretty-table-mode))
|
:hook (org-mode . org-pretty-table-mode))
|
||||||
(use-package ox-hugo
|
(use-package ox-hugo
|
||||||
:after ox)
|
:after ox)
|
||||||
|
Loading…
Reference in New Issue
Block a user