From 9a9c140a70dac3e1c13eb3c0b27850e197869d24 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Mon, 22 Jul 2024 13:30:44 -0400 Subject: [PATCH] style(org-modern): adjust `org-modern` config --- config.org | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/config.org b/config.org index 4ed0747..5645b33 100644 --- a/config.org +++ b/config.org @@ -2711,8 +2711,6 @@ Doom Emacs's =+pretty= flag by default uses the package =org-superstar= to prett org-modern-list '((?- . "•") (?+ . "•") (?* . "•")) - org-modern-footnote - (cons nil (cadr org-script-display)) org-modern-todo nil org-modern-todo-faces '(("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)) org-modern-block-fringe nil org-modern-block-name - '((t . t) - ("src" "»" "«") + '(("src" "»" "«") ("example" "»–" "–«") ("quote" "❝" "❞") - ("export" "⏩" "⏪")) + ("export" "⏩" "⏪") + (t . t)) org-modern-priority nil org-modern-horizontal-rule (make-string 36 ?─) org-modern-keyword