summary refs log tree commit diff
path: root/config.org
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-07-07 09:20:46 +0000
committernoa@gaiwan.org2024-07-07 09:20:46 +0000
commit5801558c35e93b7609174da0195dd6badb7be8a0 (patch)
treea7ea5e172ceebfd655f3f064d1c350990b65f0a2 /config.org
parent4abd7f2bcda911b8003359d9c4af307f9f38556c (diff)
Disable pixel-scroll-precision-mode
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
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