Skip to content

Instantly share code, notes, and snippets.

@iratqq
Created August 6, 2008 18:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iratqq/4252 to your computer and use it in GitHub Desktop.
Save iratqq/4252 to your computer and use it in GitHub Desktop.
(progn
(setq uim-debug-enable t)
(setq uim-el-agent-timeout 10)
(require 'uim)
(require 'uim-leim)
(setq uim-candidate-display-inline t)
(setq uim-default-im-prop
'("action_anthy_hiragana" "action_skk_hiragana"))
(setq-default uim-candidate-display-frame t)
(setq default-input-method 'japanese-sj3-uim)
;;(setq default-input-method 'japanese-skk-uim)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment