summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2025-06-29 12:15:33 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2025-06-29 12:16:48 +0200
commitf03616b4dd789d59b4aeb584eb7dea3a36cee293 (patch)
tree21124d4af474ec31da89dea21ae95eb956227a96 /init.el
parentbe70d8536bc3121e9a74e4d5309e9b61cc47ad33 (diff)
No more snappy scroll
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/init.el b/init.el
index ba044a7..72c61db 100644
--- a/init.el
+++ b/init.el
@@ -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