mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
Add org-entities-user for flat and sharp symbols (music)
This commit is contained in:
@@ -207,6 +207,9 @@ will function properly."
|
||||
org-hide-emphasis-markers t
|
||||
org-hide-leading-stars t
|
||||
org-bullets-bullet-list '("✸" "•" "◦" "•" "◦" "•" "◦")
|
||||
org-entities-user
|
||||
'(("flat" "\\flat" nil "" "" "266D" "♭")
|
||||
("sharp" "\\sharp" nil "" "" "266F" "♯"))
|
||||
|
||||
org-priority-faces
|
||||
'((?A . org-todo-vhigh)
|
||||
|
Reference in New Issue
Block a user