diff options
author | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:18:19 -0400 |
---|---|---|
committer | Amin Bandali <bandali@kelar.org> | 2022-05-19 23:18:19 -0400 |
commit | fcf818a86ba770d32d9698d1e1603f1d06b206d7 (patch) | |
tree | fbcbc1d0e550077bb55531ec04dd90c47bdf9265 | |
parent | 18fed9bb660805e445c9abe0d288da5642c03098 (diff) | |
download | configs-fcf818a86ba770d32d9698d1e1603f1d06b206d7.tar.gz configs-fcf818a86ba770d32d9698d1e1603f1d06b206d7.tar.xz configs-fcf818a86ba770d32d9698d1e1603f1d06b206d7.zip |
* .emacs.d/init.el: Scroll conservatively and don't recenter point.
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e8be641..7f1471d 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -200,6 +200,7 @@ resize-mini-windows t mode-line-compact t ;; mouse-autoselect-window t + scroll-conservatively 101 scroll-preserve-screen-position 1 ;; i don't feel like jumping out of my chair every now and again; ;; so...don't *BEEP* at me, emacs =) |