feat(org): add org-pretty-table for +pretty

Replace '-', '+', and '|' characters in tables with unicode glyphs.
This commit is contained in:
Tony 2022-01-23 16:04:26 -05:00 committed by Henrik Lissner
parent 43e238f92a
commit b663e447e6
2 changed files with 7 additions and 1 deletions

View file

@ -22,3 +22,6 @@
:hook (org-mode . org-fancy-priorities-mode)
:hook (org-agenda-mode . org-fancy-priorities-mode)
:config (setq org-fancy-priorities-list '("" "" "")))
(use-package! org-pretty-table ; "prettier" tables
:hook (org-mode . org-pretty-table-mode))