From: rearman Date: Thu, 16 Oct 2025 14:49:52 +0000 (-0400) Subject: Make eldoc buffer display better X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=e4d6eec09b0d1d8404fa9701a772c82270faa520;p=emacsinit.git Make eldoc buffer display better Split current window instead of taking up entire bottom of frame. --- diff --git a/init.el b/init.el index 911be2a..e614a67 100644 --- a/init.el +++ b/init.el @@ -49,7 +49,9 @@ fill-column 78) (add-to-list 'display-buffer-alist - '("^\\*eldoc" display-buffer-at-bottom (window-height . 4))) + '("^\\*eldoc" display-buffer-in-direction + (direction . 'down) + (window-height . 4))) (blink-cursor-mode -1) (column-number-mode t)