summaryrefslogtreecommitdiffhomepage
path: root/lib/eos/jao-ednc.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2024-03-31 05:29:55 +0100
committerjao <jao@gnu.org>2024-03-31 05:29:55 +0100
commit53989d62d2c39ec9acef3c0a0d2b3f46426efb7a (patch)
treedc196fa7677f0bfb08c2c4ace40210776fbb268f /lib/eos/jao-ednc.el
parent1e5f59d9abebf33a6e3b94fb3df628600268373f (diff)
downloadelibs-53989d62d2c39ec9acef3c0a0d2b3f46426efb7a.tar.gz
elibs-53989d62d2c39ec9acef3c0a0d2b3f46426efb7a.tar.bz2
another one of those incorrectly named booleans
Diffstat (limited to 'lib/eos/jao-ednc.el')
-rw-r--r--lib/eos/jao-ednc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/eos/jao-ednc.el b/lib/eos/jao-ednc.el
index 5750ea7..3f7638d 100644
--- a/lib/eos/jao-ednc.el
+++ b/lib/eos/jao-ednc.el
@@ -1,6 +1,6 @@
;;; jao-ednc.el --- Minibuffer notifications using EDNC -*- lexical-binding: t; -*-
-;; Copyright (C) 2020, 2021 jao
+;; Copyright (C) 2020, 2021, 2024 jao
;; Author: jao <mail@jao.io>
;; Keywords: tools, abbrev
@@ -93,7 +93,7 @@
;;;###autoload
(defun jao-ednc-setup (minibuffer-order)
- (setq jao-notify-use-messages-p t)
+ (setq jao-notify-use-messages t)
(with-eval-after-load "tracking"
(when jao-ednc-use-tracking
(add-to-list 'tracking-faces-priorities 'jao-ednc-tracking)