Skip to content

Instantly share code, notes, and snippets.

View shigeya's full-sized avatar

Shigeya Suzuki shigeya

View GitHub Profile
(create-fontset-from-ascii-font "Menlo-16:weight=normal:slant=normal" nil "menlokakugo")
(set-fontset-font "fontset-menlokakugo"
'unicode
(font-spec :family "Hiragino Kaku Gothic ProN" :size 16)
nil
'append)
(add-to-list 'default-frame-alist '(font . "fontset-menlokakugo"))
# http://gist.github.com/630536
RFC:TELNET RFC:0854
RFC:RSH RFC:1258
RFC:FTP RFC:0172
RFC:MAIL RFC:5321,RFC:5322
RFC:SMTP RFC:5322
RFC:NFS RFC:5661
RFC:DNS RFC:1034,RFC:1035
RFC:DNS:Threat RFC:3833
RFC:DNS:TTL RFC:1034
;; auto-install
(require 'auto-install)
(setq auto-install-directory (expand-file-name "~/lib/emacs/auto-install/"))
(add-to-list 'load-path auto-install-directory)
(auto-install-update-emacswiki-package-name t)
(auto-install-compatibility-setup)
(setq ediff-window-setup-function 'ediff-setup-windows-plain)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Auto-installed