Pretty org tables, without toe weirdness that other packages provide

This commit is contained in:
MitchMarq42 2022-10-07 19:38:12 -08:00
parent 56011f1604
commit 7f3f0d9c8b

View File

@ -527,6 +527,11 @@ targets."
(org-appear-autoentities t) (org-appear-autoentities t)
(org-appear-autokeywords t) (org-appear-autokeywords t)
(org-appear-autosubmarkers t)) (org-appear-autosubmarkers t))
(use-package org-pretty-table
:straight (:type git
:host github
:repo "Fuco1/org-pretty-table")
:hook (org-mode . org-pretty-table-mode))
(use-package ox-hugo (use-package ox-hugo
:after ox) :after ox)