custom-look.scm 352 B

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