summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-02-01 19:10:21 +0000
committerjao <jao@gnu.org>2021-02-01 19:10:21 +0000
commitabb80d21f4bc2d5319744da19068b76fab5e9b55 (patch)
treed79f3df5fbac2fd511ba8922d4ac376493db42d6
parentc1649be9e82738e76967a5995e3e4890cf35170c (diff)
downloadelibs-abb80d21f4bc2d5319744da19068b76fab5e9b55.tar.gz
elibs-abb80d21f4bc2d5319744da19068b76fab5e9b55.tar.bz2
nit
-rw-r--r--eos/jao-ednc.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/eos/jao-ednc.el b/eos/jao-ednc.el
index a05f550..8e55a56 100644
--- a/eos/jao-ednc.el
+++ b/eos/jao-ednc.el
@@ -36,7 +36,7 @@
(defvar jao-ednc--handlers ())
(defvar jao-ednc-use-minibuffer-notifications nil)
-(defvar jao-ednc-use-tracking t)
+(defvar jao-ednc-use-tracking nil)
(defface jao-ednc-tracking '((t :inherit warning))
"Tracking notifications face"
@@ -104,7 +104,8 @@
(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) minibuffer-order)
+ (when minibuffer-order
+ (jao-minibuffer-add-variable '(jao-ednc--count) minibuffer-order))
(add-hook 'ednc-notification-presentation-functions #'jao-ednc--on-notify)
(ednc-mode))