summaryrefslogtreecommitdiffhomepage
path: root/misc/jao-ednc.el
diff options
context:
space:
mode:
Diffstat (limited to 'misc/jao-ednc.el')
-rw-r--r--misc/jao-ednc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/jao-ednc.el b/misc/jao-ednc.el
index 255aa19..b808e2d 100644
--- a/misc/jao-ednc.el
+++ b/misc/jao-ednc.el
@@ -54,7 +54,7 @@
(defun jao-ednc--notify (msg &optional title _)
(message "%s%s%s" (or title "") (if title " " "") msg))
(advice-add 'jao-notify :override #'jao-ednc--notify))
- (jao-minibuffer-add-variable '(jao-ednc-count) t)
+ (jao-minibuffer-add-variable '(jao-ednc--count) t)
(add-hook 'ednc-notification-presentation-functions #'jao-ednc--on-notify)
(ednc-mode))