Skip to content

Instantly share code, notes, and snippets.

@pkkm
Last active December 14, 2015 17:48
Show Gist options
  • Save pkkm/5124468 to your computer and use it in GitHub Desktop.
Save pkkm/5124468 to your computer and use it in GitHub Desktop.
Make ESC quit prompts in minibuffer.
(mapc (lambda (keymap) (define-key keymap [escape] 'keyboard-escape-quit))
(list minibuffer-local-map
minibuffer-local-ns-map
minibuffer-local-completion-map
minibuffer-local-must-match-map
minibuffer-local-isearch-map))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment