feature/popup: add +popup-display-buffer-actions #337
Gives us more flexibility to control what display-buffer functions to use when trying to display the popup window.
This commit is contained in:
parent
228b3a36e5
commit
7bdf8cf8d9
2 changed files with 16 additions and 11 deletions
|
@ -66,6 +66,10 @@ a brief description of some native window parameters that Emacs uses:
|
|||
If CDR is non-nil, this window becomes invisible to `other-window' and
|
||||
`pop-to-buffer'. Doom popups sets this. The default is nil.")
|
||||
|
||||
(defvar +popup-display-buffer-actions
|
||||
'(display-buffer-reuse-window display-buffer-in-side-window)
|
||||
"The functions to use to display the popup buffer.")
|
||||
|
||||
(defvar +popup-default-alist
|
||||
'((window-height . 0.16)
|
||||
(reusable-frames . visible))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue