From 0fd8e1dd6b277539c364de21c4a44894c02fc142 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 17 Jun 2018 11:34:55 +0200 Subject: [PATCH] Restore +popup-ttl Accidentally removed in a recent commit. Fixes #692 --- modules/ui/popup/config.el | 4 ++++ 1 file changed, 4 insertions(+) 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.")