From 4e19b3cb8f016dc91b8058b7ad873ef32a08f3c3 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 11 Sep 2026 21:01:45 +0100 Subject: wee fix --- lib/eos/jao-buffers.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/eos/jao-buffers.el') diff --git a/lib/eos/jao-buffers.el b/lib/eos/jao-buffers.el index ca87484..951c4de 100644 --- a/lib/eos/jao-buffers.el +++ b/lib/eos/jao-buffers.el @@ -45,7 +45,7 @@ (add-to-list 'display-buffer-alist `(,rx (display-buffer-reuse-window jao-display-below-eldoc) - (height . (or h 0.5))))) + (height . (or ,h 0.5))))) ;;;###autoload (defmacro jao-with-attached-buffer (name-rx height &rest body) -- cgit v1.2.3