mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tweak(org): unset org-list-demote-modify-bullet
Imposing different list bullets per-level was a poor and jarring default.
This commit is contained in:
@ -116,8 +116,6 @@ 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 6
|
org-imenu-depth 6
|
||||||
;; 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)
|
||||||
|
Reference in New Issue
Block a user