Pretty org tables, without toe weirdness that other packages provide
This commit is contained in:
parent
56011f1604
commit
7f3f0d9c8b
@ -527,6 +527,11 @@ targets."
|
||||
(org-appear-autoentities t)
|
||||
(org-appear-autokeywords 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
|
||||
:after ox)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user