Emacs settings

Here is my .emacs.

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(case-fold-search t)
 '(current-language-environment "Japanese")
 '(default-input-method "japanese-egg-anthy")
 '(face-font-family-alternatives (quote (("courier" "fixed" "mono" "FreeMono") ("helv" "helvetica" "arial" "fixed"))))
 '(global-font-lock-mode t nil (font-lock))
 '(load-home-init-file t t)
 '(mail-interactive t)
 '(mail-self-blind t)
 '(require-final-newline nil)
 '(scroll-bar-mode (quote right))
 '(tool-bar-button-margin 1 t)
 '(tool-bar-mode nil nil (tool-bar))
 '(w3m-use-cookies t))

(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )

(setq user-mail-address "gniibe@fsij.org")

(setq egg-mode-preference nil)
(setq its-hira-enable-double-n nil)

(put 'set-goal-column 'disabled nil)
(put 'upcase-region 'disabled nil)
(put 'downcase-region 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(put 'scroll-left 'disabled nil)