Use keyboard-quit as :noesc no-op in popups #238

This commit is contained in:
Henrik Lissner 2017-10-18 16:55:10 +02:00
parent 56fd62063e
commit 89876ce0ff
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -238,7 +238,7 @@ without leaving any trace behind (muahaha)."
(call-interactively (call-interactively
(if (featurep 'evil) (if (featurep 'evil)
#'evil-force-normal-state #'evil-force-normal-state
#'keyboard-escape-quit)) #'keyboard-quit))
(delete-window))) (delete-window)))
;;;###autoload ;;;###autoload