Fix fallback character for org-superstar in terminals

This commit is contained in:
Henrik Lissner 2020-05-05 21:45:19 -04:00
parent 4a181ebfe8
commit 158963028e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -790,6 +790,7 @@ compelling reason, so..."
:config
;; Make leading stars truly invisible, by rendering them as spaces!
(setq org-superstar-leading-bullet ?\s
org-superstar-leading-fallback ?\s
org-hide-leading-stars nil)
;; Don't do anything special for item bullets or TODOs by default; these slow
;; down larger org buffers.