author | Fabien Ninoles <fabien@tzone.org> |
Sat, 20 Jun 2015 20:32:45 -0400 | |
changeset 13 | e9e2f624cd99 |
parent 1 | a234a7579958 |
permissions | -rw-r--r-- |
1 | 1 |
;;; ISpell configuration |
2 |
(setq ispell-local-dictionary-alist |
|
3 |
(append ispell-local-dictionary-alist |
|
4 |
(quote ("francais-intl" |
|
5 |
"[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜŒÑæàâçèéêëîïôùûüœñ]" |
|
6 |
"[^A-Za-zÆÀÂÇÈÉÊËÎÏÔÙÛÜÑŒæàâçèéêëîïôùûüœñ]" |
|
7 |
"[-']" |
|
8 |
nil |
|
9 |
("-d" "french") |
|
10 |
"~list" iso-8859-15)))) |
|
11 |
||
12 |
(provide 'my-dict) |