Switch to my branch of org-lookup-dnd, add org-mode binding

This commit is contained in:
Adam Goldsmith 2020-07-12 16:58:08 -04:00
parent 1bf011d356
commit b5a0f14951
1 changed files with 2 additions and 0 deletions

View File

@ -966,6 +966,8 @@
:bind ("C-S-<down>" . show-marks))
(use-package org-lookup-dnd
:quelpa (org-lookup-dnd :fetcher gitlab :repo "ad1217/org-lookup-dnd" :branch "no-pdfview")
:bind (:map org-mode-map ("C-c d" . org-lookup-dnd-at-point))
:config
(setq org-lookup-dnd-chose 'org-lookup-dnd-chose-ivy
org-lookup-dnd-link-format "[[pdf:%s::%d][%s]]")