summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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