diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 01d6e28..916eb5c 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -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)