style(org-modern): adjust org-modern
config
This commit is contained in:
parent
e03555ee38
commit
9a9c140a70
|
@ -2711,8 +2711,6 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett
|
||||||
org-modern-list '((?- . "•")
|
org-modern-list '((?- . "•")
|
||||||
(?+ . "•")
|
(?+ . "•")
|
||||||
(?* . "•"))
|
(?* . "•"))
|
||||||
org-modern-footnote
|
|
||||||
(cons nil (cadr org-script-display))
|
|
||||||
org-modern-todo nil
|
org-modern-todo nil
|
||||||
org-modern-todo-faces
|
org-modern-todo-faces
|
||||||
'(("TODO" :inverse-video t :inherit org-todo)
|
'(("TODO" :inverse-video t :inherit org-todo)
|
||||||
|
@ -2723,11 +2721,11 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett
|
||||||
("KILL" :inverse-video t :inherit +org-todo-cancel))
|
("KILL" :inverse-video t :inherit +org-todo-cancel))
|
||||||
org-modern-block-fringe nil
|
org-modern-block-fringe nil
|
||||||
org-modern-block-name
|
org-modern-block-name
|
||||||
'((t . t)
|
'(("src" "»" "«")
|
||||||
("src" "»" "«")
|
|
||||||
("example" "»–" "–«")
|
("example" "»–" "–«")
|
||||||
("quote" "❝" "❞")
|
("quote" "❝" "❞")
|
||||||
("export" "⏩" "⏪"))
|
("export" "⏩" "⏪")
|
||||||
|
(t . t))
|
||||||
org-modern-priority nil
|
org-modern-priority nil
|
||||||
org-modern-horizontal-rule (make-string 36 ?─)
|
org-modern-horizontal-rule (make-string 36 ?─)
|
||||||
org-modern-keyword
|
org-modern-keyword
|
||||||
|
|
Loading…
Reference in a new issue