about summary refs log tree commit diff stats
path: root/.emacs.d
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2023-08-03 09:55:05 +0100
committerDavid Morgan <djm_uk@protonmail.com>2023-08-03 09:55:05 +0100
commit515e54d6905e36c414165fd92c7aff443e3d98b3 (patch)
treeee3de37953fe05e4e4bd296003af5df78f353700 /.emacs.d
parentef369cea2786bae04aab0bd315a5cc5d6bbf97e7 (diff)
downloaddotfiles-515e54d6905e36c414165fd92c7aff443e3d98b3.tar.gz
Enable precision scrolling in Emacs 29
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/lisp/init-ui.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el
index 55796b5..3e3b3cc 100644
--- a/.emacs.d/lisp/init-ui.el
+++ b/.emacs.d/lisp/init-ui.el
@@ -39,6 +39,7 @@
   (setq scroll-margin 0
         scroll-conservatively 100000
         scroll-preserve-screen-position 1)
+  (setq pixel-scroll-precision-mode t)
 
   (fset 'yes-or-no-p 'y-or-n-p)