- (define social-ime-server "www.social-ime.com")
- (define social-ime-path "/api/")
- (define social-ime-prediction-api-path "/api2/predict.php")
- (define social-ime-user "")
- (define social-ime-use-with-vi? #f)
- (define social-ime-auto-start-henkan? #f)
- (define social-ime-use-mode-transition-keys-in-off-mode? #f)
- (define social-ime-use-prediction? #f)
- (define social-ime-prediction-type 'www)
- (define social-ime-select-prediction-by-numeral-key? #f)
- (define social-ime-use-implicit-commit-prediction? #t)
- (define social-ime-prediction-cache-words 256)
- (define social-ime-prediction-start-char-count 2)
- (define social-ime-warn-connection? #t)
|