diff options
-rw-r--r-- | config.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index c4d7afd..a16e6d5 100644 --- a/config.org +++ b/config.org | |||
@@ -389,9 +389,9 @@ The [[*Frame defaults][Frame Defaults]] section sets up the frame to be free of | |||
389 | 389 | ||
390 | ** Silky scrolling | 390 | ** Silky scrolling |
391 | 391 | ||
392 | from [[https://pizza.eli.li/wiki/emacs-config/][elioat]] | 392 | from [[https://pizza.eli.li/wiki/emacs-config/][elioat]]. I think it's causing a slowdown in scrolling for me, so I'm disabling it until I figure that out. |
393 | 393 | ||
394 | #+begin_src emacs-lisp | 394 | #+begin_src emacs-lisp :tangle no |
395 | (cuss scroll-margin 0) | 395 | (cuss scroll-margin 0) |
396 | (cuss scroll-conservatively 10000) | 396 | (cuss scroll-conservatively 10000) |
397 | (cuss scroll-preserve-screen-position t) | 397 | (cuss scroll-preserve-screen-position t) |