[Emacs] Fix keybind with mouse-{2,3}
This commit is contained in:
parent
76ffd76c2a
commit
54b0174781
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user