diff options
author | Case Duckworth | 2021-08-25 17:38:45 -0500 |
---|---|---|
committer | Case Duckworth | 2021-08-25 17:38:45 -0500 |
commit | cd24ad367dbba6bcffe2680389d8ba87b0ff5183 (patch) | |
tree | 1ca18695487326f684fd004a3f81e3d1cf901c32 | |
parent | Change disabled command logic (diff) | |
download | emacs-cd24ad367dbba6bcffe2680389d8ba87b0ff5183.tar.gz emacs-cd24ad367dbba6bcffe2680389d8ba87b0ff5183.zip |
Change scroll margin
-rw-r--r-- | init.el | 2 |
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 | ||