From 92eb776d9587dd7c40dcac5e8b2703c1745c285e Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Thu, 10 Jul 2025 14:45:31 +0200 Subject: Make scroll margin smaller This is more similar to what I used in Neovim --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 72c61db..c0098f8 100644 --- a/init.el +++ b/init.el @@ -38,7 +38,7 @@ (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 + scroll-margin 5) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html ;; Undo (use-package vundo -- cgit v1.3.1