tagoh / rpms / anthy

Forked from rpms/anthy 4 years ago
Clone
693aa3b
;; anthy-init.el
693aa3b
;;
693aa3b
(if (featurep 'xemacs)
693aa3b
    (setq load-path (cons "/usr/share/xemacs/xemacs-packages/lisp/anthy" load-path))
693aa3b
  (setq load-path (cons "/usr/share/emacs/site-lisp/anthy" load-path)))
693aa3b
(autoload 'anthy-leim-activate "anthy" nil t)
693aa3b
(register-input-method "japanese-anthy" "Japanese"
693aa3b
		       'anthy-leim-activate "[anthy]"
693aa3b
		       "Anthy Kana Kanji conversion system")
693aa3b