Enable precision scrolling in Emacs 29

This commit is contained in:
David Morgan 2023-08-03 09:55:05 +01:00
parent ef369cea27
commit 515e54d690
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -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)