开发者

emacs, auctex, noweb-mode - how to keep screen from recentering around point?

开发者 https://www.devze.com 2022-12-08 04:19 出处:网络
When in auctex开发者_JS百科 and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone

When in auctex开发者_JS百科 and noweb-mode (using Sweave in emacs), I find it distracting when the screen recenters itself as I use next-line, previous-line, etc. (C-n, C-p, and mouse-1). Does anyone know how to turn it off? Thanks much!


got to customize-group: windows and read the documentation for scroll-step and scroll-conservatively. If you set scroll-conservatively to a big value you should get the behavior you want. I tried 10000. You can also have a look at Info (emacs) Scrolling.

Hope this helps!

0

精彩评论

暂无评论...
验证码 换一张
取 消