Function: hywconfig-delete-pop-continue

hywconfig-delete-pop-continue is an autoloaded, interactive and byte-compiled function defined in hywconfig.el.

Signature

(hywconfig-delete-pop-continue)

Documentation

Replace selected frame's window configuration with the most recently saved.

Then delete this new configuration from the ring. If the hywconfig ring is not empty, then stay in the hywconfig menu.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywconfig.el
;;;###autoload
(defun hywconfig-delete-pop-continue ()
  "Replace selected frame's window configuration with the most recently saved.
Then delete this new configuration from the ring.  If the hywconfig
ring is not empty, then stay in the hywconfig menu."
  (interactive)
  (hywconfig-delete-pop)
  (unless (hywconfig-ring-empty-p)
    (hyperbole 'win)))