mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(docs): add face:X link type to docs
For linking face symbols to documentation.
This commit is contained in:
@ -458,6 +458,10 @@ Keeps track of its own IDs in `doom-docs-dir' and toggles `doom-docs-mode' when
|
|||||||
"fn"
|
"fn"
|
||||||
:follow (doom-docs-make-symbol-link #'helpful-callable)
|
:follow (doom-docs-make-symbol-link #'helpful-callable)
|
||||||
:face '(font-lock-function-name-face underline))
|
:face '(font-lock-function-name-face underline))
|
||||||
|
(org-link-set-parameters
|
||||||
|
"face"
|
||||||
|
:follow (doom-docs-make-symbol-link #'describe-face)
|
||||||
|
:face '(font-lock-type-face underline))
|
||||||
(org-link-set-parameters
|
(org-link-set-parameters
|
||||||
"doom-ref"
|
"doom-ref"
|
||||||
:follow (lambda (link)
|
:follow (lambda (link)
|
||||||
|
Reference in New Issue
Block a user