[org/style] remove org-modern

This commit is contained in:
SouthFox 2024-07-10 22:49:41 +08:00
parent 4639c0c837
commit f691908512
2 changed files with 1 additions and 28 deletions

View file

@ -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= 那边这边就没怎么管了。
@ -240,7 +214,7 @@
`(let* ,(setq varlist (internal--build-bindings (caar forms)))
(if-let ,(car (last varlist))
,(cadar forms)
(cond-let ,(cdr forms))))))
(cond-let ,(cdr ,@forms))))))
#+end_src
* 杂项

View file

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