From 66781257204b21e27b9f652014e236941a1f6eb6 Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 11 Sep 2026 09:55:42 +0100 Subject: buffers and rustic mode transient --- lib/eos/jao-buffers.el | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/eos/jao-buffers.el') diff --git a/lib/eos/jao-buffers.el b/lib/eos/jao-buffers.el index cae6c0f..ca87484 100644 --- a/lib/eos/jao-buffers.el +++ b/lib/eos/jao-buffers.el @@ -40,6 +40,13 @@ jao-display-buffer-below-selected) (window-height . ,(or height 25)))) +;;;###autoload +(defun jao-attach-below-eldoc (rx &optional h) + (add-to-list 'display-buffer-alist + `(,rx + (display-buffer-reuse-window jao-display-below-eldoc) + (height . (or h 0.5))))) + ;;;###autoload (defmacro jao-with-attached-buffer (name-rx height &rest body) (declare (indent defun)) -- cgit v1.2.3