Compare commits

...

2 commits

Author SHA1 Message Date
0352f010ac [module/rust] enable rust 2024-07-10 22:51:51 +08:00
0cd70e37fc [org/style] remove org-modern 2024-07-10 22:51:48 +08:00
3 changed files with 6 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= 那边这边就没怎么管了。

View file

@ -176,7 +176,9 @@
;;rest ; Emacs as a REST client
;;rst ; ReST in peace
;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"}
;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
(rust
+lsp
+tree-sitter) ; Fe2O3.unwrap().unwrap().unwrap().unwrap()
;;scala ; java, but good
(scheme +guile) ; a fully conniving family of lisps
sh ; she sells {ba,z,fi}sh shells on the C xor

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"))
@ -75,3 +74,6 @@
(package! cider)
(package! flycheck-clj-kondo)
(package! clj-refactor)
;; rust
(unpin! rustic)