Function: helpful--add-support-for-org-links
helpful--add-support-for-org-links is a byte-compiled function defined
in helpful.el.
Signature
(helpful--add-support-for-org-links)
Documentation
Improve support for org "help" links through helpful.
Source Code
;; Defined in ~/.emacs.d/elpa/helpful-20250408.334/helpful.el
(defun helpful--add-support-for-org-links ()
"Improve support for org \"help\" links through helpful."
(helpful--support-storing-org-links)
(helpful--prefer-helpful-when-following-org-link))