diff --git a/lisp/doom-ui.el b/lisp/doom-ui.el index 71b66b4e1..31f7ad3f8 100644 --- a/lisp/doom-ui.el +++ b/lisp/doom-ui.el @@ -343,7 +343,8 @@ windows, switch to `doom-fallback-buffer'. Otherwise, delegate to original ;; Expand the minibuffer to fit multi-line text displayed in the echo-area. This ;; doesn't look too great with direnv, however... -(setq resize-mini-windows 'grow-only) +(setq resize-mini-windows 'grow-only + tooltip-resize-echo-area t) ;; Typing yes/no is obnoxious when y/n will do (if (boundp 'use-short-answers)