Skip to content

Commit

Permalink
Filter out amx and file-notify events
Browse files Browse the repository at this point in the history
  • Loading branch information
Silex committed Jul 16, 2021
1 parent b19b424 commit d2e0501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elmacro.el
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit d2e0501

Please sign in to comment.