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

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

Signature

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

Documentation

Target the HTML heading at point in an eww buffer.

Source Code

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