[Emacs] Undefine `mouse-2' and `mouse-3'

This commit is contained in:
Lucien Cartier-Tilet 2021-07-30 18:52:29 +02:00
parent b31d203334
commit de3f34e988
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 5 additions and 0 deletions

View File

@ -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)