Skip to content

Commit

Permalink
Add more debugging information
Browse files Browse the repository at this point in the history
  • Loading branch information
justbur committed Apr 13, 2024
1 parent 4e7739c commit e21ee10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions which-key.el
Expand Up @@ -1284,6 +1284,10 @@ call signature in different emacs versions"
(window-height . (lambda (w) (fit-window-to-buffer w nil 1)))
(side . ,which-key-side-window-location)
(slot . ,which-key-side-window-slot)))))
(which-key--debug-message "Allow imprecise fit: %s
Display window alist: %s"
which-key-allow-imprecise-window-fit
alist)
;; Previously used `display-buffer-in-major-side-window' here, but
;; apparently that is meant to be an internal function. See emacs bug #24828
;; and advice given there.
Expand Down

0 comments on commit e21ee10

Please sign in to comment.