Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 emacs 时如何获得顶部和底部边距(如左右边缘)?我发现当我在编写或查看大块文本时,让文本从屏幕顶部开始有点不舒服。
我找不到仅顶部和底部的边距设置,但有一个框架参数internal-border-width可能就足够了。您可以像这样为当前帧设置它:
internal-border-width
(set-frame-parameter nil 'internal-border-width 10)