[org] use my- instead of cp/

This commit is contained in:
contrapunctus 2021-11-18 15:14:48 +05:30
parent 4085bf94da
commit 5c3a7419a9
1 changed files with 2 additions and 2 deletions

View File

@ -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" "[")))