Ignore pinch and mouse wheel events that mess with font size
This commit is contained in:
parent
77460b7c30
commit
5b6e939ddc
1 changed files with 4 additions and 0 deletions
|
|
@ -160,6 +160,10 @@
|
||||||
|
|
||||||
(use-package emacs
|
(use-package emacs
|
||||||
:ensure nil
|
:ensure nil
|
||||||
|
:demand t
|
||||||
|
:bind (("<C-wheel-up>" . ignore)
|
||||||
|
("<C-wheel-down>" . ignore)
|
||||||
|
("<pinch>" . ignore))
|
||||||
:custom
|
:custom
|
||||||
(cursor-type 'bar)
|
(cursor-type 'bar)
|
||||||
(visible-bell t)
|
(visible-bell t)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue