From dec0bf714155c4ca56bfb2dbab829c30d4ee0c4b Mon Sep 17 00:00:00 2001 From: TEC Date: Tue, 7 Jun 2022 13:46:21 +0800 Subject: [PATCH] Update org-modern, and its configuration --- config.org | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/config.org b/config.org index 19b4fb7..08cb9a1 100644 --- a/config.org +++ b/config.org @@ -5276,7 +5276,7 @@ Fontifying =org-mode= buffers to be as pretty as possible is of paramount import and Minad's lovely =org-modern= goes a long way in this regard. #+begin_src emacs-lisp -(package! org-modern :pin "ff1046705b3950b7a49da50bc34c11da86c6226d") +(package! org-modern :pin "b352680d9ee8c6e6966cc21d595513c3595e3bb7") #+end_src ...with a touch of configuration... @@ -5301,9 +5301,46 @@ and Minad's lovely =org-modern= goes a long way in this regard. ("[?]" :inverse-video t :inherit +org-todo-onhold) ("KILL" :inverse-video t :inherit +org-todo-cancel) ("NO" :inverse-video t :inherit +org-todo-cancel)) - org-modern-block nil + org-modern-footnote + (cons nil (cadr org-script-display)) org-modern-progress nil - org-modern-keyword nil) + org-modern-priority nil + org-modern-keyword + '((t . t) + ("title" . "𝙏") + ("subtitle" . "ð™Đ") + ("author" . "𝘞") + ("email" . #("" 0 1 (display (raise -0.14)))) + ("date" . "ð˜ŋ") + ("property" . "â˜ļ") + ("options" . "âŒĨ") + ("startup" . "âŧ") + ("macro" . "𝓜") + ("bind" . #("" 0 1 (display (raise -0.1)))) + ("bibliography" . "") + ("print_bibliography" . #("" 0 1 (display (raise -0.1)))) + ("cite_export" . "âŪ­") + ("import" . "â‡Ī") + ("setupfile" . "⇚") + ("html_head" . "🅷") + ("html" . "🅗") + ("latex_class" . "ðŸ„ŧ") + ("latex_class_options" . #("ðŸ„ŧîĒļ" 1 2 (display (raise -0.14)))) + ("latex_header" . "ðŸ…ŧ") + ("latex_header_extra" . "ðŸ…ŧ⁚") + ("latex" . "🅛") + ("beamer_theme" . "ðŸ„ą") + ("beamer_color_theme" . #("ðŸ„ąîŠ" 1 2 (display (raise -0.12)))) + ("beamer_font_theme" . "ðŸ„ąð€") + ("beamer_header" . "ðŸ…ą") + ("beamer" . "🅑") + ("attr_latex" . "🄛") + ("attr_html" . "🄗") + ("attr_org" . "⒩") + ("name" . "⁍") + ("header" . "‹") + ("caption" . "☰") + ("RESULTS" . "ðŸ ķ"))) (custom-set-faces! '(org-modern-statistics :inherit org-checkbox-statistics-todo))) #+end_src