From: Arnaud Giersch Date: Wed, 29 Feb 2012 14:31:59 +0000 (+0100) Subject: Fix ispell dictionary in dir-locals.el. X-Git-Tag: exp_20120229~11 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/b4391fa1cfad2af65474a95234401be106295507 Fix ispell dictionary in dir-locals.el. --- diff --git a/.dir-locals.el b/.dir-locals.el index 6a93d44..7f2c468 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,6 @@ ;;; Emacs per-directory local variables ;;; Set preferred style (k&r style, no tabs, basic offset of 4) -((nil . ((indent-tabs-mode . nil) +((nil . ((ispell-local-dictionary . "american") + (indent-tabs-mode . nil) (c-basic-offset . 4) (c-file-style . "k&r"))))