Merge pull request #2101 from lovebug356/feature/org-cliplink

lang/org: add support for org-cliplink
This commit is contained in:
Henrik Lissner 2019-11-21 17:29:43 -05:00 committed by GitHub
commit 9062b5292b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

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