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

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.