Compare commits
2 commits
9b80fce680
...
e9eede9511
Author | SHA1 | Date | |
---|---|---|---|
e9eede9511 | |||
aa71a8772c |
2 changed files with 13 additions and 0 deletions
10
config.org
10
config.org
|
@ -268,6 +268,11 @@
|
||||||
(org-hugo-export-wim-to-md))
|
(org-hugo-export-wim-to-md))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** org-clip
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(setq org-cliplink-transport-implementation 'curl)
|
||||||
|
(setq org-cliplink-curl-transport-arguments '("-L" "-x" "http://127.0.0.1:10809"))
|
||||||
|
#+end_src
|
||||||
* 宏
|
* 宏
|
||||||
** cond-let
|
** cond-let
|
||||||
终于知道为什么没人想写这个宏了,括号是真得多啊。
|
终于知道为什么没人想写这个宏了,括号是真得多啊。
|
||||||
|
@ -626,3 +631,8 @@
|
||||||
(setq my/flycheck-local-cache '((lsp . ((next-checkers . (python-pylint)))))))))
|
(setq my/flycheck-local-cache '((lsp . ((next-checkers . (python-pylint)))))))))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
* Scheme
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(add-hook 'scheme-mode-hook #'lsp-scheme-guile)
|
||||||
|
#+end_src
|
||||||
|
|
|
@ -73,3 +73,6 @@
|
||||||
|
|
||||||
;; rust
|
;; rust
|
||||||
(unpin! rustic)
|
(unpin! rustic)
|
||||||
|
|
||||||
|
;; scheme
|
||||||
|
(package! lsp-scheme)
|
||||||
|
|
Loading…
Reference in a new issue