custom-social-ime-advanced.scm 637 B

123456789101112131415
  1. (define social-ime-server "www.social-ime.com")
  2. (define social-ime-path "/api/")
  3. (define social-ime-prediction-api-path "/api2/predict.php")
  4. (define social-ime-user "")
  5. (define social-ime-use-with-vi? #f)
  6. (define social-ime-auto-start-henkan? #f)
  7. (define social-ime-use-mode-transition-keys-in-off-mode? #f)
  8. (define social-ime-use-prediction? #f)
  9. (define social-ime-prediction-type 'www)
  10. (define social-ime-select-prediction-by-numeral-key? #f)
  11. (define social-ime-use-implicit-commit-prediction? #t)
  12. (define social-ime-prediction-cache-words 256)
  13. (define social-ime-prediction-start-char-count 2)
  14. (define social-ime-warn-connection? #t)