YaTeX と yahtml を入れたので現時点の .emacs の中身
;バックアップファイルを作らない
(setq make-backup-files nil)
;mewの設定
(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
(setq mew-icon-directory "/usr/local/share/emacs/etc/Mew")
(setq mew-dcc "****@****.***")
;メールの設定
(setq mew-name "Hiyokko")
(setq mew-user "*****")
(setq mew-mail-domain "*****")
(setq mew-smtp-server "******")
(setq mew-pop-auth 'pop)
(setq mew-pop-user "**")
(setq mew-pop-server "******")
(setq mew-pop-delete nil)
;YaTeX
(setq auto-mode-alist
(cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))
(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)
(setq load-path (cons (expand-file-name "~/src/emacs/yatex") load-path))
;yahtml
(setq auto-mode-alist
(cons (cons "\\.html?$" 'yahtml-mode) auto-mode-alist))
(autoload 'yahtml-mode "yahtml" "Yet Another HTML mode" t)
(setq yahtml-www-browser "mozilla")
(setq yahtml-path-url-alist
'(("/home/**/****" . "http://www.gentei.org/~miki")
("/home/***/***" . "http://*****/~**")))
|
YaTeX は普段使うことはないからいいとして、yahtml は頻繁に使う。
すげー頻繁に使う!
んがー。なんかサーバマシンの環境に比べて機能設定が不十分っぽい。
まだ .emacs 改良の必要あり。ってかんじ。
あと、mew2.2は backup フォルダを勝手に作られちゃうみたい。なんかそれって
嬉しくないんだけどな〜。
ってことで DCC を設定。