diff options
author | noa@gaiwan.org | 2024-07-07 09:20:46 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-07-07 09:20:46 +0000 |
commit | 5801558c35e93b7609174da0195dd6badb7be8a0 (patch) | |
tree | a7ea5e172ceebfd655f3f064d1c350990b65f0a2 | |
parent | 4abd7f2bcda911b8003359d9c4af307f9f38556c (diff) |
Disable pixel-scroll-precision-mode
-rw-r--r-- | config.org | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.org b/config.org index cd3296d..6ec978f 100644 --- a/config.org +++ b/config.org @@ -1272,7 +1272,9 @@ C-l goes in order, rather than first centering the cursor. This is particularly 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. -#+begin_src elisp +This doesn't work well sometimes for some reason, so i've disabled it for now. + +#+begin_src elisp :tangle no (setopt pixel-scroll-precision-mode t pixel-scroll-precision-use-momentum t) #+end_src |