Use keyboard-quit as :noesc no-op in popups #238
This commit is contained in:
parent
56fd62063e
commit
89876ce0ff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue