Update id link definition

* lisp/org-id.el ("id"): Update to use org-link-set-parameters.
This commit is contained in:
John Kitchin 2016-07-05 16:11:08 -04:00 committed by Nicolas Goaziou
parent 4e3fd4a1c8
commit 91e6b3b057
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ optional argument MARKERP, return the position as a new marker."
(move-marker m nil)
(org-show-context)))
(org-add-link-type "id" 'org-id-open)
(org-link-set-parameters "id" :follow #'org-id-open)
(provide 'org-id)