diff --git a/modules/lang/org/config.el b/modules/lang/org/config.el index b68b13754..2492491b3 100644 --- a/modules/lang/org/config.el +++ b/modules/lang/org/config.el @@ -672,6 +672,7 @@ between the two." "r" #'org-refile-goto-last-stored "x" #'org-capture-goto-last-stored) (:prefix ("l" . "links") + "c" 'org-cliplink "l" #'org-insert-link "L" #'org-insert-all-links "s" #'org-store-link diff --git a/modules/lang/org/packages.el b/modules/lang/org/packages.el index 5f4a7f17e..fa055fb49 100644 --- a/modules/lang/org/packages.el +++ b/modules/lang/org/packages.el @@ -30,6 +30,7 @@ (package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt")) (package! ox-clip) (package! toc-org) +(package! org-cliplink) (when (featurep! :editor evil +everywhere) (package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))