From 02a28ae4aa5b5d77e7d2ff4fdf6766ee566e773d Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 30 Dec 2020 05:20:34 +0000 Subject: jao-minibuffer: ordering for displayed entries --- sys/jao-ednc.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/jao-ednc.el') diff --git a/sys/jao-ednc.el b/sys/jao-ednc.el index 0dc8e4e..03d4049 100644 --- a/sys/jao-ednc.el +++ b/sys/jao-ednc.el @@ -97,14 +97,14 @@ (when new (funcall (jao-ednc--handler new) new t))) ;;;###autoload -(defun jao-ednc-setup () +(defun jao-ednc-setup (minibuffer-order) (setq jao-notify-use-messages-p t) (with-eval-after-load "tracking" (when jao-ednc-use-tracking (add-to-list 'tracking-faces-priorities 'jao-ednc-tracking) (when (listp tracking-shorten-modes) (add-to-list 'tracking-shorten-modes 'ednc-view-mode)))) - (jao-minibuffer-add-variable '(jao-ednc--count) t) + (jao-minibuffer-add-variable '(jao-ednc--count) minibuffer-order) (add-hook 'ednc-notification-presentation-functions #'jao-ednc--on-notify) (ednc-mode)) -- cgit v1.2.3