Function: embark-target-text-heading-at-point

embark-target-text-heading-at-point is a byte-compiled function defined in embark.el.

Signature

(embark-target-text-heading-at-point)

Documentation

Target the outline heading at point in text modes.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark-target-text-heading-at-point ()
  "Target the outline heading at point in text modes."
  (when (derived-mode-p 'text-mode)
    (embark-target-heading-at-point)))