mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
refactor!(org): +pretty: use org-modern instead
BREAKING CHANGE: This changes the packages that +pretty depends on; removing org-superstar and org-fancy-priorities, and replacing them with org-modern. The user doesn't need to do anything but remove any now-defunct configuration for org-superstar and org-fancy-priorities from their config. This was done to simplify our config, lighten our maintenance burden, and rely on a more reliable (and still-maintained) package. Fix: #6434
This commit is contained in:
@@ -85,9 +85,8 @@
|
||||
(when (modulep! +pomodoro)
|
||||
(package! org-pomodoro :pin "3f5bcfb80d61556d35fc29e5ddb09750df962cc6"))
|
||||
(when (modulep! +pretty)
|
||||
(package! org-appear :pin "32ee50f8fdfa449bbc235617549c1bccb503cb09")
|
||||
(package! org-superstar :pin "54c81c27dde2a6dc461bb064e79a8b2089093a2e")
|
||||
(package! org-fancy-priorities :pin "7f677c6c14ecf05eab8e0efbfe7f1b00ae68eb1d"))
|
||||
(package! org-modern :pin "3cc432dc99f262579d1cc464e7d6d5b9fe77083a")
|
||||
(package! org-appear :pin "32ee50f8fdfa449bbc235617549c1bccb503cb09"))
|
||||
(when (modulep! +present)
|
||||
(package! centered-window
|
||||
:recipe (:host github :repo "anler/centered-window-mode")
|
||||
|
Reference in New Issue
Block a user