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.
 '(current-language-environment "Japanese")
 '(transient-mark-mode (quote identity)))
(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.
 )
 (set-foreground-color "White")
 (set-background-color "black")
 (set-cursor-color "DarkGreen")


;utf-8 and japanese Setting
  ;(repuire 'un-define)
  (set-language-environment "Japanese")
  (set-terminal-coding-system 'utf-8)
  (set-keyboard-coding-system 'utf-8)
  (set-buffer-file-coding-system 'utf-8)
  (setq default-buffer-file-coding-system 'utf-8)
  (prefer-coding-system 'utf-8)
  ;(set-default-coding-systems 'utf-8)

  (push "/usr/share/emacs/site-lips/anthy" load-path)
  (load-library "anthy")
  (setq defalt-input-method 'japanese-anthy)