Add org-entities-user for flat and sharp symbols (music)
This commit is contained in:
parent
3a92193584
commit
e85615e7fd
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ will function properly."
|
||||||
org-hide-emphasis-markers t
|
org-hide-emphasis-markers t
|
||||||
org-hide-leading-stars t
|
org-hide-leading-stars t
|
||||||
org-bullets-bullet-list '("✸" "•" "◦" "•" "◦" "•" "◦")
|
org-bullets-bullet-list '("✸" "•" "◦" "•" "◦" "•" "◦")
|
||||||
|
org-entities-user
|
||||||
|
'(("flat" "\\flat" nil "" "" "266D" "♭")
|
||||||
|
("sharp" "\\sharp" nil "" "" "266F" "♯"))
|
||||||
|
|
||||||
org-priority-faces
|
org-priority-faces
|
||||||
'((?A . org-todo-vhigh)
|
'((?A . org-todo-vhigh)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue