From 5c3a7419a9e83823d6e8fc7729431be9b2333f84 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Thu, 18 Nov 2021 15:14:48 +0530 Subject: [PATCH] [org] use my- instead of cp/ --- init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index d61ba51..7fae8d9 100644 --- a/init.org +++ b/init.org @@ -2818,7 +2818,7 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor "C-c C-/" 'org-sparse-tree "M-w" 'cp-copy-line-or-link "C-M-x" 'cp/eval-sexp - "C-c C-o" 'cp/org-open + "C-c C-o" 'my-org-open ;; boon "C-c C--" 'org-ctrl-c-minus "C-c ," 'org-metaleft @@ -2922,7 +2922,7 @@ If TYPE is SRC, LANG should be the name of the language as a string, e.g. \"emac ;; I dislike having to navigate within a line to reach a link - with ;; this command I just need to be on the same line as the link. -(defun cp/org-open (&optional arg reference-buffer) +(defun my-org-open (&optional arg reference-buffer) (interactive "P") (beginning-of-visual-line) (unless (looking-at-p (rx-to-string '(or "http" "[")))