diff options
Diffstat (limited to 'init.el')
| -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 |
