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

View File

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