mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Use keyboard-quit as :noesc no-op in popups #238
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user