nit(org): use consistent link follow function names
Looks like the doom-module one was partially renamed to follow naming conventions, and that didn’t propagate to the corresponding doom-package function.
This commit is contained in:
parent
f369b48b2a
commit
54c67acf2a
2 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ exist, and `org-link' otherwise."
|
|||
" " package))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-link-follow-doom-package-fn (pkg _prefixarg)
|
||||
(defun +org-link--doom-package-link-follow-fn (pkg _prefixarg)
|
||||
"TODO"
|
||||
(doom/describe-package (intern-soft pkg)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue