diff --git a/config.org b/config.org index 03c2730..5a71ca2 100644 --- a/config.org +++ b/config.org @@ -69,32 +69,6 @@ #+end_src -** org-modern -让 =org-mode= 变得更加好看! - -#+begin_src emacs-lisp -(use-package! org-modern - :hook (org-mode . org-modern-mode) - :config - (setq org-modern-star '("◉" "○" "✸" "✿" "✤" "✜" "◆" "▶") - org-modern-table-vertical 1 - org-modern-table-horizontal 0.2 - org-modern-list '((43 . "➤") - (45 . "–") - (42 . "•")) - org-modern-block-name - '((t . t) - ("src" "»" "«") - ("example" "»–" "–«") - ("quote" "❝" "❞") - ("export" "⏩" "⏪")) - org-modern-progress nil - org-modern-priority nil - org-modern-horizontal-rule (make-string 36 ?─) - ) - ) -#+end_src - ** org-capture 一些捕获模板和路径设置,但说实在自从用了 =org-roam= 那边这边就没怎么管了。 diff --git a/packages.el b/packages.el index 7c2d3a3..9bb33a1 100755 --- a/packages.el +++ b/packages.el @@ -63,7 +63,6 @@ (package! org-roam-ui) (package! ox-hugo) (package! ob-restclient) -(package! org-modern) (package! sdcv :recipe (:host github :repo "manateelazycat/sdcv"))