lisp/my-dict.el
author Fabien Ninoles <fabien@tzone.org>
Sun, 14 Jun 2015 22:18:07 -0400
changeset 11 7226709dc4c4
parent 1 a234a7579958
permissions -rw-r--r--
Update to awesome-3.5

;;; 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)