dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit cbaf7aeac18d7e839f08474e6fc887ba482ef955
parent ea52196282e7cc0201702da982f6dc881764125a
Author: Lukas Henkel <lh@entf.net>
Date:   Mon, 12 Jul 2021 22:14:58 +0200

Fix mouse wheel scrolling

Diffstat:
Mconfig.org | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.org b/config.org @@ -79,7 +79,8 @@ I prefer the bar cursor. ** Scrolling Scrolling in Emacs is weird, this fixes it. #+begin_src emacs-lisp - (setq scroll-conservatively 100) + (setq scroll-conservatively 100 + mouse-wheel-progressive-speed nil) #+end_src ** Disable the bell Begone!