Move no-other-window to +popup-default-parameters
Should be customizable.
This commit is contained in:
parent
9a2f96c0f1
commit
74d364776e
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,8 @@ a brief description of some native window parameters that Emacs uses:
|
|||
(defvar +popup-default-parameters
|
||||
'((transient . t)
|
||||
(quit . t)
|
||||
(select . ignore))
|
||||
(select . ignore)
|
||||
(no-other-window . t))
|
||||
"The default window parameters.")
|
||||
|
||||
(defvar +popup-ttl 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue