Skip to content

Instantly share code, notes, and snippets.

@Chobbes
Created February 17, 2018 19:18
Show Gist options
  • Save Chobbes/8ca612bbd2928d16dddf5a187d815b61 to your computer and use it in GitHub Desktop.
Save Chobbes/8ca612bbd2928d16dddf5a187d815b61 to your computer and use it in GitHub Desktop.
Proof-rectract-buffer Maintaining position
(defun retract-same-position ()
"Call proof-retract-buffer, but retain position"
(interactive)
(push-mark)
(proof-retract-buffer)
(pop-mark))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment