mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Merge pull request #2101 from lovebug356/feature/org-cliplink
lang/org: add support for org-cliplink
This commit is contained in:
@ -672,6 +672,7 @@ between the two."
|
|||||||
"r" #'org-refile-goto-last-stored
|
"r" #'org-refile-goto-last-stored
|
||||||
"x" #'org-capture-goto-last-stored)
|
"x" #'org-capture-goto-last-stored)
|
||||||
(:prefix ("l" . "links")
|
(:prefix ("l" . "links")
|
||||||
|
"c" 'org-cliplink
|
||||||
"l" #'org-insert-link
|
"l" #'org-insert-link
|
||||||
"L" #'org-insert-all-links
|
"L" #'org-insert-all-links
|
||||||
"s" #'org-store-link
|
"s" #'org-store-link
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
(package! org-yt :recipe (:host github :repo "TobiasZawada/org-yt"))
|
||||||
(package! ox-clip)
|
(package! ox-clip)
|
||||||
(package! toc-org)
|
(package! toc-org)
|
||||||
|
(package! org-cliplink)
|
||||||
|
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))
|
(package! evil-org :recipe (:host github :repo "hlissner/evil-org-mode")))
|
||||||
|
Reference in New Issue
Block a user