This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (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")) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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 |
NewerOlder