feat(org): open help:* links with helpful-*
Rather than describe-*
This commit is contained in:
parent
83171ac554
commit
858a0e44a3
1 changed files with 3 additions and 0 deletions
|
@ -591,6 +591,9 @@ mutating hooks on exported output, like formatters."
|
||||||
(add-to-list 'org-file-apps '(directory . emacs))
|
(add-to-list 'org-file-apps '(directory . emacs))
|
||||||
(add-to-list 'org-file-apps '(remote . emacs))
|
(add-to-list 'org-file-apps '(remote . emacs))
|
||||||
|
|
||||||
|
;; Open help:* links with helpful-* instead of describe-*
|
||||||
|
(advice-add #'org-link--open-help :around #'doom-use-helpful-a)
|
||||||
|
|
||||||
(defadvice! +org--show-parents-a (&optional arg)
|
(defadvice! +org--show-parents-a (&optional arg)
|
||||||
"Show all headlines in the buffer, like a table of contents.
|
"Show all headlines in the buffer, like a table of contents.
|
||||||
With numerical argument N, show content up to level N."
|
With numerical argument N, show content up to level N."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue