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

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

[elpa] externals/which-key dcb9820 16/51: Default to imprecise window fi


From: Stefan Monnier
Subject: [elpa] externals/which-key dcb9820 16/51: Default to imprecise window fitting on terminal
Date: Tue, 8 Sep 2020 10:26:17 -0400 (EDT)

branch: externals/which-key
commit dcb9820c2decd326465ec3dfc792d30429cec564
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Default to imprecise window fitting on terminal
    
    See #225.
---
 which-key.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/which-key.el b/which-key.el
index 88775d4..1a0f5c6 100644
--- a/which-key.el
+++ b/which-key.el
@@ -341,12 +341,13 @@ a percentage out of the frame's height."
   :group 'which-key
   :type 'integer)
 
-(defcustom which-key-allow-imprecise-window-fit nil
+(defcustom which-key-allow-imprecise-window-fit (not (display-graphic-p))
   "If non-nil allow which-key to use a less intensive method of
 fitting the popup window to the buffer. If you are noticing lag
 when the which-key popup displays turning this on may help.
 
-See https://github.com/justbur/emacs-which-key/issues/130";
+See https://github.com/justbur/emacs-which-key/issues/130
+and https://github.com/justbur/emacs-which-key/issues/225.";
   :group 'which-key
   :type 'boolean)
 



reply via email to

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