mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
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:
committed by
Henrik Lissner
parent
f369b48b2a
commit
54c67acf2a
@@ -567,7 +567,7 @@ relative to `org-directory', unless it is an absolute path."
|
||||
:help-echo #'+org-link-doom--help-echo-from-textprop)
|
||||
(org-link-set-parameters
|
||||
"doom-package"
|
||||
:follow #'+org-link-follow-doom-package-fn
|
||||
:follow #'+org-link--doom-package-link-follow-fn
|
||||
:activate-func #'+org-link--doom-package-link-activate-fn
|
||||
:face (lambda (_) '(:inherit org-priority :slant italic))
|
||||
:help-echo #'+org-link-doom--help-echo-from-textprop)
|
||||
|
Reference in New Issue
Block a user