summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-25 17:38:45 -0500
committerCase Duckworth2021-08-25 17:38:45 -0500
commitcd24ad367dbba6bcffe2680389d8ba87b0ff5183 (patch)
tree1ca18695487326f684fd004a3f81e3d1cf901c32 /init.el
parentChange disabled command logic (diff)
downloademacs-cd24ad367dbba6bcffe2680389d8ba87b0ff5183.tar.gz
emacs-cd24ad367dbba6bcffe2680389d8ba87b0ff5183.zip
Change scroll margin
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 9cfa7a9..c9444c9 100644 --- a/init.el +++ b/init.el
@@ -770,7 +770,7 @@ like a dumbass."
770(setup scrolling 770(setup scrolling
771 (:option auto-window-vscroll nil 771 (:option auto-window-vscroll nil
772 fast-but-imprecise-scrolling t 772 fast-but-imprecise-scrolling t
773 scroll-margin 0 773 scroll-margin 3
774 scroll-conservatively 101 774 scroll-conservatively 101
775 scroll-preserve-screen-position 1)) 775 scroll-preserve-screen-position 1))
776 776