lang/org: different bullets for nested plain lists
This commit is contained in:
parent
2e6902f7ae
commit
3173b39b58
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
|
||||||
org-hide-leading-stars t
|
org-hide-leading-stars t
|
||||||
org-image-actual-width nil
|
org-image-actual-width nil
|
||||||
org-imenu-depth 8
|
org-imenu-depth 8
|
||||||
|
;; Sub-lists should have different bullets
|
||||||
|
org-list-demote-modify-bullet '(("+" . "-") ("-" . "+") ("*" . "+") ("1." . "a."))
|
||||||
org-priority-faces
|
org-priority-faces
|
||||||
'((?A . error)
|
'((?A . error)
|
||||||
(?B . warning)
|
(?B . warning)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue