mirror of
https://github.com/emacs-exwm/exwm.git
synced 2024-11-23 21:17:59 +01:00
Cleanup exwm-input on exit
* exwm-input.el (exwm-input--exit): Remove missing hook reset window variable.
This commit is contained in:
parent
4660e040a0
commit
81529c2e89
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue