Skip to content

Instantly share code, notes, and snippets.

@nobuhito
Created May 15, 2012 02:46
Show Gist options
  • Save nobuhito/2698726 to your computer and use it in GitHub Desktop.
Save nobuhito/2698726 to your computer and use it in GitHub Desktop.
Emacs23でInconsolataとMeiryoを使う設定
;; GNU Emacs 23.4.1 (i386-mingw-nt6.1.7600) of 2012-02-19 on GNUPACK
(when (eq window-system 'w32)
(set-face-attribute 'default nil
:family "Inconsolata"
:height 120)
(set-fontset-font nil 'japanese-jisx0208 (font-spec :family "Meiryo"))
(set-fontset-font nil 'katakana-jisx0201 (font-spec :family "Meiryo"))
(set-fontset-font nil 'japanese-jisx0212 (font-spec :family "Meiryo"))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment