Function: embark-target-prog-heading-at-point
embark-target-prog-heading-at-point is a byte-compiled function
defined in embark.el.
Signature
(embark-target-prog-heading-at-point)
Documentation
Target the outline heading at point in programming modes.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-target-prog-heading-at-point ()
"Target the outline heading at point in programming modes."
(when (derived-mode-p 'prog-mode)
(embark-target-heading-at-point)))