After updating org-modern from the git repo, I found that my bullets was suddenly replaced by triangles. I was able to figure out that I can get the original appearance, which is what I want, by setting
(setq org-modern-star 'replace)
in my init file. However, now leading asterisks appears on every headline except level 1, which it didn't before. How do I get rid of it?
After updating
org-modern
from the git repo, I found that my bullets was suddenly replaced by triangles. I was able to figure out that I can get the original appearance, which is what I want, by settingin my init file. However, now leading asterisks appears on every headline except level 1, which it didn't before. How do I get rid of it?