Function: embark--allow-edit

embark--allow-edit is a byte-compiled function defined in embark.el.

Signature

(embark--allow-edit &rest _)

Documentation

Allow editing the target.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark.el
(defun embark--allow-edit (&rest _)
  "Allow editing the target."
  (remove-hook 'post-command-hook #'exit-minibuffer t)
  (remove-hook 'post-command-hook 'ivy-immediate-done t))