diff --git a/core/autoload/docs.el b/core/autoload/docs.el index 284f593d4..36daa3a73 100644 --- a/core/autoload/docs.el +++ b/core/autoload/docs.el @@ -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)