mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -22,6 +22,3 @@
|
|||||||
:hook (org-mode . org-fancy-priorities-mode)
|
:hook (org-mode . org-fancy-priorities-mode)
|
||||||
:hook (org-agenda-mode . org-fancy-priorities-mode)
|
:hook (org-agenda-mode . org-fancy-priorities-mode)
|
||||||
:config (setq org-fancy-priorities-list '("⚑" "⬆" "■")))
|
:config (setq org-fancy-priorities-list '("⚑" "⬆" "■")))
|
||||||
|
|
||||||
(use-package! org-pretty-table ; "prettier" tables
|
|
||||||
:hook (org-mode . org-pretty-table-mode))
|
|
||||||
|
@ -72,10 +72,7 @@
|
|||||||
(when (featurep! +pretty)
|
(when (featurep! +pretty)
|
||||||
(package! org-appear :pin "a4d10fc346ba14f487eb7aa95761b9295089ba55")
|
(package! org-appear :pin "a4d10fc346ba14f487eb7aa95761b9295089ba55")
|
||||||
(package! org-superstar :pin "03be6c0a3081c46a59b108deb8479ee24a6d86c0")
|
(package! org-superstar :pin "03be6c0a3081c46a59b108deb8479ee24a6d86c0")
|
||||||
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d")
|
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d"))
|
||||||
(package! org-pretty-table
|
|
||||||
:recipe (:host github :repo "Fuco1/org-pretty-table")
|
|
||||||
:pin "7bd68b420d3402826fea16ee5099d04aa9879b78"))
|
|
||||||
(when (featurep! +present)
|
(when (featurep! +present)
|
||||||
(package! centered-window
|
(package! centered-window
|
||||||
:recipe (:host github :repo "anler/centered-window-mode")
|
:recipe (:host github :repo "anler/centered-window-mode")
|
||||||
|
Reference in New Issue
Block a user