Variable: which-key-allow-imprecise-window-fit
which-key-allow-imprecise-window-fit is a customizable variable
defined in which-key.el.gz.
Value
t
Documentation
Allow which-key to use a simpler method for resizing the popup.
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 and https://github.com/justbur/emacs-which-key/issues/225.
This variable was added, or its default value changed, in which-key version 1.0.
Source Code
;; Defined in /usr/src/emacs/lisp/which-key.el.gz
(defcustom which-key-allow-imprecise-window-fit (not (display-graphic-p))
"Allow which-key to use a simpler method for resizing the popup.
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
and https://github.com/justbur/emacs-which-key/issues/225."
:type 'boolean
:package-version '(which-key . "1.0") :version "30.1")