From d6a3973844867eb3e331b457f201a017fe0714e6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 14 Oct 2022 17:41:50 -0700 Subject: ref: don't coerce eldoc's buffer to a small window Change-Id: Ib831efa39358ac6bd1d1ecc7d484ce479749cae8 --- emacs/custom/my-ui.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/custom/my-ui.el') diff --git a/emacs/custom/my-ui.el b/emacs/custom/my-ui.el index cf7093e..51350a0 100644 --- a/emacs/custom/my-ui.el +++ b/emacs/custom/my-ui.el @@ -76,7 +76,7 @@ (window-width . 0.35) (side . left) (slot . 0)) - ("\\*\\(Flymake diagnostics\\|eldoc\\|Package-Lint\\).*" + ("\\*\\(Flymake diagnostics\\|Package-Lint\\).*" (display-buffer-in-side-window) (window-height . 0.16) (side . top) -- cgit 1.4.1