From a8300a53f19da05c85aa627bbeb0654c6381f7d9 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Wed, 15 May 2019 20:29:46 -0400 Subject: [PATCH] ui/popup: allow ESC to close eval result popups --- modules/ui/popup/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/popup/config.el b/modules/ui/popup/config.el index a079172a6..7fcaf6084 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -135,7 +135,7 @@ prevent the popup(s) from messing up the UI (or vice versa)." ("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)" :vslot -2 :size 0.3 :autosave t :quit t :ttl nil) ("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required) - :vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit nil :ttl 0) + :vslot -3 :size +popup-shrink-to-fit :autosave t :select ignore :quit t :ttl 0) ("^\\*doom:" ; editing buffers (interaction required) :vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t) ("^\\*Man "