Skip to content

Instantly share code, notes, and snippets.

@laclefyoshi
Created October 20, 2012 23:53
Show Gist options
  • Save laclefyoshi/3925286 to your computer and use it in GitHub Desktop.
Save laclefyoshi/3925286 to your computer and use it in GitHub Desktop.
set font in emacs
(create-fontset-from-ascii-font
"Source Code Pro-14:weight=normal:slant=normal"
nil "codekakugo")
(set-fontset-font "fontset-codekakugo"
'unicode
(font-spec :family "Hiragino Kaku Gothic Pro" :size 16)
nil
'append)
(add-to-list 'default-frame-alist '(font . "fontset-codekakugo"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment