From d2e05012cee4f54fab6d8d8d6aced6e5eeef4f31 Mon Sep 17 00:00:00 2001 From: Philippe Vaucher Date: Fri, 16 Jul 2021 08:39:37 +0200 Subject: [PATCH] Filter out amx and file-notify events --- elmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elmacro.el b/elmacro.el index 0a0fa52..3919ab0 100644 --- a/elmacro.el +++ b/elmacro.el @@ -65,7 +65,7 @@ never stored." :group 'elmacro :type '(repeat symbol)) -(defcustom elmacro-unwanted-commands-regexps '("^(ido.*)$" "^(smex)$") +(defcustom elmacro-unwanted-commands-regexps '("^(ido.*)$" "^(smex)$" "^(amx)$" "^(file-notify-.*)$") "Regexps used to filter unwanted commands." :group 'elmacro :type '(repeat regexp))