diff --git a/modules/ui/popup/config.el b/modules/ui/popup/config.el index 579cfd51c..3e020c3a9 100644 --- a/modules/ui/popup/config.el +++ b/modules/ui/popup/config.el @@ -94,6 +94,10 @@ a brief description of some native window parameters that Emacs uses: (no-other-window . t)) "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 "Size of the margins to give popup windows. Set this to nil to disable margin adjustment.")