[Emacs] Fix keybind with mouse-{2,3}

This commit is contained in:
Lucien Cartier-Tilet 2021-08-01 19:03:20 +02:00
parent 76ffd76c2a
commit 54b0174781
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 2 deletions

View File

@ -4744,8 +4744,8 @@ Undefining some stuff to make keybind prefixes work correctly.
(general-define-key
:keymaps 'global-map
"mouse-2" nil
"mouse-3" nil)
"<mouse-2>" nil
"<mouse-3>" nil)
(general-define-key
:keymaps 'evil-motion-state-map