Compare commits
2 commits
c415aaa25e
...
0352f010ac
Author | SHA1 | Date | |
---|---|---|---|
0352f010ac | |||
0cd70e37fc |
3 changed files with 6 additions and 28 deletions
26
config.org
26
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= 那边这边就没怎么管了。
|
||||
|
||||
|
|
4
init.el
4
init.el
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue