- (define predict-custom-enable? #f)
- (define predict-custom-methods '())
- (define predict-custom-look-dict "/usr/share/dict/words")
- (define predict-custom-look-candidates-max 10)
- (define predict-custom-look-skk-jisyo "/usr/share/skk/SKK-JISYO.L")
- (define predict-custom-look-skk-candidates-max 10)
- (define predict-custom-sqlite3-candidates-max 5)
- (define predict-custom-google-suggest-candidates-max 5)
- (define predict-custom-google-suggest-language 'en)
- (define predict-custom-google-suggest-use-ssl #t)
|