ui/popup: allow ESC to close eval result popups

This commit is contained in:
Henrik Lissner 2019-05-15 20:29:46 -04:00
parent 87771aaa1e
commit a8300a53f1
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -135,7 +135,7 @@ prevent the popup(s) from messing up the UI (or vice versa)."
("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)" ("^\\*\\(?:Compil\\(?:ation\\|e-Log\\)\\|Messages\\)"
:vslot -2 :size 0.3 :autosave t :quit t :ttl nil) :vslot -2 :size 0.3 :autosave t :quit t :ttl nil)
("^\\*\\(?:doom \\|Pp E\\)" ; transient buffers (no interaction required) ("^\\*\\(?: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) ("^\\*doom:" ; editing buffers (interaction required)
:vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t) :vslot -4 :size 0.35 :autosave t :select t :modeline t :quit nil :ttl t)
("^\\*Man " ("^\\*Man "