Fix fallback character for org-superstar in terminals
This commit is contained in:
parent
4a181ebfe8
commit
158963028e
1 changed files with 1 additions and 0 deletions
|
@ -790,6 +790,7 @@ compelling reason, so..."
|
||||||
:config
|
:config
|
||||||
;; Make leading stars truly invisible, by rendering them as spaces!
|
;; Make leading stars truly invisible, by rendering them as spaces!
|
||||||
(setq org-superstar-leading-bullet ?\s
|
(setq org-superstar-leading-bullet ?\s
|
||||||
|
org-superstar-leading-fallback ?\s
|
||||||
org-hide-leading-stars nil)
|
org-hide-leading-stars nil)
|
||||||
;; Don't do anything special for item bullets or TODOs by default; these slow
|
;; Don't do anything special for item bullets or TODOs by default; these slow
|
||||||
;; down larger org buffers.
|
;; down larger org buffers.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue