branch: externals/exwm
commit 81529c2e89e1a9ea757428d47de2a65211095d45
Author: Adrián Medraño Calvo <[email protected]>
Commit: Adrián Medraño Calvo <[email protected]>
Cleanup exwm-input on exit
* exwm-input.el (exwm-input--exit): Remove missing hook reset window
variable.
---
exwm-input.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/exwm-input.el b/exwm-input.el
index ee44624..d194b53 100644
--- a/exwm-input.el
+++ b/exwm-input.el
@@ -969,6 +969,7 @@ where both ORIGINAL-KEY and SIMULATED-KEY are key
sequences."
(defun exwm-input--exit ()
"Exit the input module."
(exwm-input--unset-simulation-keys)
+ (remove-hook 'minibuffer-setup-hook #'exwm-input--on-minibuffer-setup)
(remove-hook 'pre-command-hook #'exwm-input--on-pre-command)
(remove-hook 'post-command-hook #'exwm-input--on-post-command)
(remove-hook 'buffer-list-update-hook #'exwm-input--on-buffer-list-update)