lisp/my-dict.el
author Fabien Ninoles <fabien@tzone.org>
Sat, 25 Oct 2014 21:38:33 -0400
changeset 3 3503b6eb6a1b
parent 1 a234a7579958
permissions -rw-r--r--
Add Truly Ergonomic geometry.

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