Replace org-bullets w/ org-superstar
org-superstar is a little faster, better written and still maintained. It also has a few more features which I've made opt-in because they are relatively expensive in larger buffers. Folks that don't care for the differences just have to replace `org-bullets-bullet-list` in their configs with `org-superstar-headline-bullets-list`.
This commit is contained in:
parent
3ce752a227
commit
5c4f3c62a7
3 changed files with 18 additions and 6 deletions
|
@ -34,9 +34,7 @@
|
|||
|
||||
(package! avy)
|
||||
(package! htmlize :pin "86f22f211e")
|
||||
(package! org-bullets
|
||||
:recipe (:host github :repo "Kaligule/org-bullets")
|
||||
:pin "8b4f0aab6d")
|
||||
(package! org-superstar :pin "4897c333a8")
|
||||
(package! org-yt
|
||||
:recipe (:host github :repo "TobiasZawada/org-yt")
|
||||
:pin "40cc1ac76d")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue