summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-07 08:22:29 -0600
committerCase Duckworth2020-12-07 08:22:29 -0600
commit74878529ce3ba6bd320468db5c4204067c61ebed (patch)
tree712bfc475a4ff46b359758be5190c7a06a90e5bf /config.org
parentChange modus-themes to reflect 1.0.0 release (diff)
downloademacs-74878529ce3ba6bd320468db5c4204067c61ebed.tar.gz
emacs-74878529ce3ba6bd320468db5c4204067c61ebed.zip
Disable “silky scrolling” config
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
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
392from [[https://pizza.eli.li/wiki/emacs-config/][elioat]] 392from [[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)