mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ui/popup: allow ESC to close eval result popups
This commit is contained in:
@ -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 "
|
||||||
|
Reference in New Issue
Block a user