diff options
-rw-r--r-- | lib/eos/jao-ednc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/eos/jao-ednc.el b/lib/eos/jao-ednc.el index 0c52286..0e7b8c3 100644 --- a/lib/eos/jao-ednc.el +++ b/lib/eos/jao-ednc.el @@ -68,7 +68,7 @@ (jao-minibuffer-refresh)) (defun jao-ednc--show-last () - (jao-minibuffer-push-notification '(:eval (jao-ednc--format-last)))) + (message (jao-ednc--format-last))) (defun jao-ednc--default-handler (notification newp) (if (not newp) |