minad / org-modern

:unicorn: Modern Org Style
GNU General Public License v3.0
1.54k stars 48 forks source link

Leading stars appear after updating org-modern #226

Closed mok0 closed 3 months ago

mok0 commented 3 months ago

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?