feat: use curl to org-cliplink
This commit is contained in:
parent
aa71a8772c
commit
e9eede9511
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
终于知道为什么没人想写这个宏了,括号是真得多啊。
|
终于知道为什么没人想写这个宏了,括号是真得多啊。
|
||||||
|
|
Loading…
Reference in a new issue