mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
Move no-other-window to +popup-default-parameters
Should be customizable.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user