[org/style] remove org-modern
This commit is contained in:
parent
4639c0c837
commit
0cd70e37fc
2 changed files with 0 additions and 27 deletions
26
config.org
26
config.org
|
@ -69,32 +69,6 @@
|
||||||
|
|
||||||
#+end_src
|
#+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-capture
|
||||||
一些捕获模板和路径设置,但说实在自从用了 =org-roam= 那边这边就没怎么管了。
|
一些捕获模板和路径设置,但说实在自从用了 =org-roam= 那边这边就没怎么管了。
|
||||||
|
|
||||||
|
|
|
@ -63,7 +63,6 @@
|
||||||
(package! org-roam-ui)
|
(package! org-roam-ui)
|
||||||
(package! ox-hugo)
|
(package! ox-hugo)
|
||||||
(package! ob-restclient)
|
(package! ob-restclient)
|
||||||
(package! org-modern)
|
|
||||||
|
|
||||||
(package! sdcv
|
(package! sdcv
|
||||||
:recipe (:host github :repo "manateelazycat/sdcv"))
|
:recipe (:host github :repo "manateelazycat/sdcv"))
|
||||||
|
|
Loading…
Reference in a new issue