Disable the frickin mouse

This commit is contained in:
Peter Selby 2021-01-26 14:36:39 -06:00
parent 130fa9953a
commit c57d6712e3
1 changed files with 5 additions and 0 deletions

View File

@ -610,5 +610,10 @@
"C-M-p" #'mc/mark-previous-like-this "C-M-p" #'mc/mark-previous-like-this
"C-M-n" #'mc/mark-next-like-this) "C-M-n" #'mc/mark-next-like-this)
(global-unset-key (kbd "<down-mouse-1>"))
(global-unset-key (kbd "<mouse-1>"))
(global-unset-key (kbd "<down-mouse-3>"))
(global-unset-key (kbd "<mouse-3>"))
(provide 'bindings) (provide 'bindings)
;;; bindings.el ends here ;;; bindings.el ends here