From b4391fa1cfad2af65474a95234401be106295507 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 29 Feb 2012 15:31:59 +0100 Subject: [PATCH] Fix ispell dictionary in dir-locals.el. --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")))) -- 2.39.5