Update org-modern, and its configuration

This commit is contained in:
TEC 2022-06-07 13:46:21 +08:00
parent c990746b91
commit dec0bf7141
Signed by: tec
GPG Key ID: 779591AFDB81F06C
1 changed files with 40 additions and 3 deletions

View File

@ -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