diff --git a/exwm-input.el b/exwm-input.el index 8cd54c6..e648219 100644 --- a/exwm-input.el +++ b/exwm-input.el @@ -961,7 +961,9 @@ Notes: (set symbol value) (exwm-input--set-simulation-keys value))) -(defcustom exwm-input-pre-post-command-blacklist '(exit-minibuffer) +(defcustom exwm-input-pre-post-command-blacklist '(exit-minibuffer + abort-recursive-edit + minibuffer-keyboard-quit) "Commands impossible to detect with `post-command-hook'." :type '(repeat function))