summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index e02c048..6ea5fc5 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -665,12 +665,8 @@ and when JID is not in `jabber-activity-banned'."
(keyfreq-autosave-mode t)
)
-;;; scrolling
+;; Emacs uses choppy scrolling by default. If i scoll with my trackpad, it's nice to have it move tiny amounts at the same time as my fingers, which pixel-scroll-precision-mode allows for. This also has the benefit of making scrolling over images a little bit of a nicer experience.
(setopt
- mouse-wheel-scroll-amount '(1 ((shift) . 1))
- mouse-wheel-progressive-speed nil
- mouse-wheel-follow-mouse 't
- scroll-step 0
pixel-scroll-precision-mode t
pixel-scroll-precision-use-momentum t)