feat(org): introduce doom-executable link type
This commit is contained in:
parent
c26d64c9b9
commit
181540c8b7
2 changed files with 24 additions and 0 deletions
|
@ -586,6 +586,11 @@ relative to `org-directory', unless it is an absolute path."
|
|||
:activate-func #'+org-link--doom-module-link-activate-fn
|
||||
:face #'+org-link--doom-module-link-face-fn
|
||||
:eldoc (-eldoc-fn "Doom module" 'org-priority))
|
||||
(org-link-set-parameters
|
||||
"doom-executable"
|
||||
:activate-func #'+org-link--doom-executable-link-activate-fn
|
||||
;; :help-echo #'doom-docs--help-echo-from-textprop
|
||||
:face 'org-verbatim)
|
||||
(org-link-set-parameters
|
||||
"doom-ref"
|
||||
:follow (lambda (link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue