emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/popper 8d2b664465 067/102: Popper-echo will use up to 2


From: ELPA Syncer
Subject: [elpa] externals/popper 8d2b664465 067/102: Popper-echo will use up to 2 minibuffer lines by default
Date: Fri, 8 Sep 2023 15:58:54 -0400 (EDT)

branch: externals/popper
commit 8d2b664465bcdbd04375fdbea2054f808ffe8976
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>

    Popper-echo will use up to 2 minibuffer lines by default
---
 README.org     | 2 +-
 popper-echo.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bd83a29cc5..f330d179c7 100644
--- a/README.org
+++ b/README.org
@@ -2,7 +2,7 @@
 
 /New in v0.40: Auto-hide or suppress popup buffers, assign popups by predicate/
 
-/New in 0.45: popper-echo-mode for displaying popup names in the echo area and 
dispatching to them/
+/New in v0.45: popper-echo-mode for displaying popup names in the echo area 
and dispatching to them/
 
 Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces,
 while still keeping them within arm's reach.
diff --git a/popper-echo.el b/popper-echo.el
index 468f9ac763..9a0aac5667 100644
--- a/popper-echo.el
+++ b/popper-echo.el
@@ -61,7 +61,7 @@ This function should accept a
   :type 'function
   :group 'popper)
 
-(defcustom popper-echo-lines 1
+(defcustom popper-echo-lines 2
   "Number of minibuffer lines used to show popup buffer names by `popper-echo'.
 
 This has no effect when popper-echo-mode is turned off."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]