feat: use curl to org-cliplink

This commit is contained in:
SouthFox 2024-10-26 12:41:58 +08:00
parent aa71a8772c
commit e9eede9511

View file

@ -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
终于知道为什么没人想写这个宏了,括号是真得多啊。 终于知道为什么没人想写这个宏了,括号是真得多啊。