mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user