summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
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