feature/popup: by default, don't handle window selection

Plenty of special popups switch to a buffer and simply assume that that
buffer is now focused. So best we don't interfere with that unless we
must.
This commit is contained in:
Henrik Lissner
2018-01-08 17:29:15 -05:00
parent d443aed25c
commit 3bdf1dd174

View File

@ -73,7 +73,8 @@ a brief description of some native window parameters that Emacs uses:
(defvar +popup-default-parameters
'((transient . t)
(quit . t))
(quit . t)
(select . ignore))
"The default window parameters.")
(defvar +popup-ttl 10