feat(docs): add face:X link type to docs
For linking face symbols to documentation.
This commit is contained in:
parent
e77a45bc22
commit
3deba740d3
1 changed files with 4 additions and 0 deletions
|
@ -458,6 +458,10 @@ Keeps track of its own IDs in `doom-docs-dir' and toggles `doom-docs-mode' when
|
|||
"fn"
|
||||
:follow (doom-docs-make-symbol-link #'helpful-callable)
|
||||
: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
|
||||
"doom-ref"
|
||||
:follow (lambda (link)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue