From 8c44c704b989283d2b1901d6f5eef5cb0ed65c47 Mon Sep 17 00:00:00 2001 From: "Evgeny Grin (Karlson2k)" Date: Thu, 18 Apr 2019 23:59:01 +0300 Subject: [PATCH] .dir-locals.el: fixed language for dictionary --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 68786381..3af5c9b9 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -7,7 +7,7 @@ (show-trailing-whitespace . t) (c-basic-offset . 2) (ispell-check-comments . exclusive) - (ispell-local-dictionary . "american") + (ispell-local-dictionary . "british") (safe-local-variable-values '((c-default-style . "gnu") (sentence-end-double-space . f)