- (define look-dict "/usr/share/dict/words")
- (define look-personal-dict-filename "/usr/home/haelwenn/.look-uim-dict")
- (define look-use-annotation? #f)
- (define look-annotation-show-lines 2)
- (define look-beginning-character-length 1)
- (define look-candidates-max 20)
- (define look-prepared-words 0)
- (define look-fence-left "{")
- (define look-fence-right "}")
|