branch: elpa/keycast
commit c0160a874c864717c9a69282b40f59ce83d26a1d
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    keycast-substitute-alist: Don't log keycast-log-erase-buffer
---
 keycast.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/keycast.el b/keycast.el
index d5304eedb9..a6d763fd1e 100644
--- a/keycast.el
+++ b/keycast.el
@@ -214,7 +214,8 @@ but that isn't a member yet, then insert that followed by
   :group 'keycast
   :type 'string)
 
-(defcustom keycast-substitute-alist nil
+(defcustom keycast-substitute-alist
+  '((keycast-log-erase-buffer nil nil))
   "Alist used to substituted events and/or commands for display.
 
 Occasionally it might be necessary to pretend you pressed another

Reply via email to