diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:15:33 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2025-06-29 12:16:48 +0200 |
| commit | f03616b4dd789d59b4aeb584eb7dea3a36cee293 (patch) | |
| tree | 21124d4af474ec31da89dea21ae95eb956227a96 /init.el | |
| parent | be70d8536bc3121e9a74e4d5309e9b61cc47ad33 (diff) | |
No more snappy scroll
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -35,7 +35,10 @@ (setq calendar-week-start-day 1) ; Start calendar on Monday -(which-key-mode) ; Enable which-key (didn't know this is built-in now!) +(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 ;; Undo (use-package vundo |
