about summary refs log tree commit diff
path: root/exwm-input.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-input.el')
-rw-r--r--exwm-input.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/exwm-input.el b/exwm-input.el
index 8cd54c69b848..e6482193887a 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))