フォント設定 Windows編

初期状態のフォント設定ではちょと扱いづらいのでひとまずフォント設定を以下のようにする。

(when (eq system-type 'windows-nt) ; Windows環境のみ有効
  (set-face-attribute 'default nil
		      :family #("MS ゴシック" 0 7 (charset cp932-2-byte))
		      :height 100))

詳細はおいおい調べながら設定する予定。