revert: feat(org): add org-pretty-table for +pretty
org-pretty-table has proven unstable. Some report alignment issues due to variations between unicode fonts. Its overuse of overlays is also a performance concern. Revert: #6033
This commit is contained in:
parent
80ac69c14e
commit
3d627cbacd
2 changed files with 1 additions and 7 deletions
|
@ -22,6 +22,3 @@
|
|||
: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