From f03616b4dd789d59b4aeb584eb7dea3a36cee293 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sun, 29 Jun 2025 12:15:33 +0200 Subject: No more snappy scroll --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'init.el') diff --git a/init.el b/init.el index ba044a7..72c61db 100644 --- a/init.el +++ b/init.el @@ -35,7 +35,10 @@ (setq calendar-week-start-day 1) ; Start calendar on Monday -(which-key-mode) ; Enable which-key (didn't know this is built-in now!) +(which-key-mode) ; Enable which-key (didn't know this is built-in now!) + +(setq scroll-conservatively 5 ; Smooth scrolling~ + scroll-margin 15) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html ;; Undo (use-package vundo -- cgit v1.3.1