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:
parent
d443aed25c
commit
3bdf1dd174
1 changed files with 2 additions and 1 deletions
|
@ -73,7 +73,8 @@ a brief description of some native window parameters that Emacs uses:
|
||||||
|
|
||||||
(defvar +popup-default-parameters
|
(defvar +popup-default-parameters
|
||||||
'((transient . t)
|
'((transient . t)
|
||||||
(quit . t))
|
(quit . t)
|
||||||
|
(select . ignore))
|
||||||
"The default window parameters.")
|
"The default window parameters.")
|
||||||
|
|
||||||
(defvar +popup-ttl 10
|
(defvar +popup-ttl 10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue