increase mouse wheel scroll speed

This commit is contained in:
Gered 2025-01-26 14:28:00 -05:00
parent fdebdb0932
commit e7d622505e

View file

@ -35,6 +35,9 @@
(setopt tab-bar-show 1)
; this is 99% based off the default value, only the number is changed
(setq mouse-wheel-scroll-amount '(3 ((shift) . hscroll) ((meta)) ((control meta) . global-text-scale) ((control) . text-scale)))
(let ((mono-spaced-font "Cascadia Code")
(proportionately-spaced-font "Sans"))
(set-face-attribute 'default nil :family mono-spaced-font :height 120)