]> AND Private Git Repository - loba.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Fix ispell dictionary in dir-locals.el.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 29 Feb 2012 14:31:59 +0000 (15:31 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 29 Feb 2012 14:31:59 +0000 (15:31 +0100)
.dir-locals.el

index 6a93d44a4d91dbc29bd2c1058ef72a3cfa15b927..7f2c4684b0eb3a1b13532ef7437f8178c2c48435 100644 (file)
@@ -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"))))