Emacsのフォントサイズを変更する
概要
「emacs フォントサイズ変更」とかでググっても,関数がどうこうとか,GUIがどうこうとか,ややこしい話が上位に出てきてしまい,簡単にフォントサイズを変更する方法にすぐたどり着けなかったので,一番簡単と思われる方法を忘れないようにメモしておきます.
方法
emacsの設定ファイルを開きます.
$ emacs ~/.emacs.d/init.el
以下を追記します.
(add-to-list 'default-frame-alist
'(font . "DejaVu Sans Mono-12"))
以上でフォントサイズが12ptに変更されます.
もちろん数字のところを変えると他のサイズに変更できます.
Author And Source
この問題について(Emacsのフォントサイズを変更する), 我々は、より多くの情報をここで見つけました https://qiita.com/suuungwoo/items/46fb78c3ab7904a30905著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .