Skip to content

Instantly share code, notes, and snippets.

@mpontus
Last active August 29, 2015 14:13
Show Gist options
  • Save mpontus/2393845deedd0d19b7ef to your computer and use it in GitHub Desktop.
Save mpontus/2393845deedd0d19b7ef to your computer and use it in GitHub Desktop.
(add-hook 'eval-expression-minibuffer-setup-hook
(defun setup-repeat ()
(local-set-key (this-command-keys)
(lambda nil (interactive)
(command-execute 'previous-history-element)
(command-execute 'exit-minibuffer nil (vconcat (kbd "RET")))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment