From e9eede9511e8be677c2793e0521cc9dddb522ea4 Mon Sep 17 00:00:00 2001 From: SouthFox Date: Sat, 26 Oct 2024 12:41:58 +0800 Subject: [PATCH] feat: use curl to org-cliplink --- config.org | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.org b/config.org index 2b72184..6fe66b7 100644 --- a/config.org +++ b/config.org @@ -268,6 +268,11 @@ (org-hugo-export-wim-to-md)) #+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 终于知道为什么没人想写这个宏了,括号是真得多啊。