Restore +popup-ttl

Accidentally removed in a recent commit.

Fixes #692
This commit is contained in:
Henrik Lissner
2018-06-17 11:34:55 +02:00
parent d822560b34
commit 0fd8e1dd6b

View File

@ -94,6 +94,10 @@ a brief description of some native window parameters that Emacs uses:
(no-other-window . t)) (no-other-window . t))
"The default window parameters.") "The default window parameters.")
(defvar +popup-ttl 5
"The default time-to-live for transient buffers whose popup buffers have been
deleted.")
(defvar +popup-margin-width 1 (defvar +popup-margin-width 1
"Size of the margins to give popup windows. Set this to nil to disable margin "Size of the margins to give popup windows. Set this to nil to disable margin
adjustment.") adjustment.")