summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-07-10 14:45:31 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-07-10 14:45:31 +0200
commit92eb776d9587dd7c40dcac5e8b2703c1745c285e (patch)
tree29f4f41229f7ae384120d646c9642ce6b7ca0fd1
parentf03616b4dd789d59b4aeb584eb7dea3a36cee293 (diff)
Make scroll margin smaller
This is more similar to what I used in Neovim
-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