feat(org): add org-pretty-table for +pretty
Replace '-', '+', and '|' characters in tables with unicode glyphs.
This commit is contained in:
parent
43e238f92a
commit
b663e447e6
2 changed files with 7 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue