From b60b6442cc40a00f3476668655e166f0cfc58e36 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 1 Nov 2020 17:18:24 +0000 Subject: typo --- misc/jao-ednc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') 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)) -- cgit v1.2.3