[Emacs] Undefine mouse-2' and
mouse-3'
This commit is contained in:
parent
b31d203334
commit
de3f34e988
@ -4008,6 +4008,11 @@ Undefining some stuff to make keybind prefixes work correctly.
|
||||
electric-help-map image-mode-map magit-diff-mode-map)
|
||||
"SPC" nil)
|
||||
|
||||
(general-define-key
|
||||
:keymaps 'global-map
|
||||
"mouse-2" nil
|
||||
"mouse-3" nil)
|
||||
|
||||
(general-define-key
|
||||
:keymaps 'evil-motion-state-map
|
||||
"," nil)
|
||||
|
Loading…
Reference in New Issue
Block a user