lisp/my-dict.el
author Fabien Ninoles <fabien@tzone.org>
Sat, 20 Jun 2015 20:32:45 -0400
changeset 13 e9e2f624cd99
parent 1 a234a7579958
permissions -rw-r--r--
Add themes and wallpapers menus.

;;; ISpell configuration
(setq ispell-local-dictionary-alist
      (append ispell-local-dictionary-alist
	      (quote ("francais-intl"
		      "[A-Za-zÀÂÆÇÈÉÊËÎÏÔÙÛÜŒÑæàâçèéêëîïôùûüœñ]" 
		      "[^A-Za-zÆÀÂÇÈÉÊËÎÏÔÙÛÜÑŒæàâçèéêëîïôùûüœñ]"
		      "[-']"
		      nil 
		      ("-d" "french") 
		      "~list" iso-8859-15))))

(provide 'my-dict)