summaryrefslogtreecommitdiffhomepage
path: root/sys/jao-ednc.el
diff options
context:
space:
mode:
Diffstat (limited to 'sys/jao-ednc.el')
-rw-r--r--sys/jao-ednc.el4
1 files changed, 2 insertions, 2 deletions
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))