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)