今日の .emacs

; for pobox
(setq load-path (cons (expand-file-name "~/elisp/pobox") load-path))
(load (expand-file-name "~/elisp/pobox/pobox-conf.el"))
; for cvs
(setq user-full-name "Tenkou N. Hattori")
(setq user-mail-address "tnh@webmasters.gr.jp")
(setq add-log-time-format 'current-time-string)
; for text-adjust
(setq load-path (cons (expand-file-name "~/elisp") load-path))
(load "text-adjust")
(setq text-adjust-rule-kutouten text-adjust-rule-kutouten-zkuten)
; for ac-mode
(setq load-path (cons (expand-file-name "~/elisp") load-path))
(autoload 'ac-mode "ac-mode" "Minor mode for advanced completion." t nil)