diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-07-10 14:45:31 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-07-10 14:45:31 +0200 |
| commit | 92eb776d9587dd7c40dcac5e8b2703c1745c285e (patch) | |
| tree | 29f4f41229f7ae384120d646c9642ce6b7ca0fd1 | |
| parent | f03616b4dd789d59b4aeb584eb7dea3a36cee293 (diff) | |
Make scroll margin smaller
This is more similar to what I used in Neovim
| -rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
