Fix matching for eshell popup in popper config

This commit is contained in:
2025-06-24 19:42:50 -07:00
parent 6ec43a8375
commit bc6aa384a7

View File

@@ -512,7 +512,7 @@
"\\*Flycheck errors\\*" "\\*Flycheck errors\\*"
help-mode help-mode
compilation-mode compilation-mode
"\\*eshell-popup\\*")) "eshell-popup\\*$"))
(defun my/popper-window-height (window) (defun my/popper-window-height (window)
"Make eshell popups take half the frame height, otherwise defer to popper--fit-window-height" "Make eshell popups take half the frame height, otherwise defer to popper--fit-window-height"