.emacs.el

ja_JP.UTF-8用の日本語設定.emacs.el。
emacs21にmule-ucsとanthy-elが必要。

(require 'un-define)
(set-language-environment "Japanese")
(prefer-coding-system 'utf-8-unix)
(set-keyboard-coding-system 'utf-8-unix)
(set-terminal-coding-system 'utf-8-unix)

(set-input-method "japanese-anthy")
(toggle-input-method nil)

(global-set-key [delete] 'delete-char)
(global-set-key "\C-q" 'toggle-input-method)

(global-font-lock-mode t)
(setq indent-tabs-mode nil)
(setq make-backup-files nil)