mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
feat(org): new "cmd" link type
This commit is contained in:
@@ -559,6 +559,12 @@ relative to `org-directory', unless it is an absolute path."
|
||||
:follow (-call-interactively #'describe-face)
|
||||
:activate-func #'+org-link--face-link-activate-face
|
||||
:face '(font-lock-type-face underline))
|
||||
(org-link-set-parameters
|
||||
"cmd"
|
||||
:follow (-call-interactively #'describe-command)
|
||||
:activate-func #'+org-link--command-link-activate-command
|
||||
:face 'help-key-binding
|
||||
:help-echo #'+org-link-doom--help-echo-from-textprop)
|
||||
(org-link-set-parameters
|
||||
"doom-package"
|
||||
:follow #'+org-link-follow-doom-package-fn
|
||||
|
Reference in New Issue
Block a user