aboutsummaryrefslogtreecommitdiff
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-18 23:59:01 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2019-04-18 23:59:01 +0300
commit8c44c704b989283d2b1901d6f5eef5cb0ed65c47 (patch)
tree94c0823ba9f9b88bd984a30de7d6adf69841a667 /.dir-locals.el
parentabb665dd000127f9638b3d67e483039b382fed5c (diff)
downloadlibmicrohttpd-8c44c704b989283d2b1901d6f5eef5cb0ed65c47.tar.gz
libmicrohttpd-8c44c704b989283d2b1901d6f5eef5cb0ed65c47.zip
.dir-locals.el: fixed language for dictionary
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el2
1 files changed, 1 insertions, 1 deletions
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 @@
7 (show-trailing-whitespace . t) 7 (show-trailing-whitespace . t)
8 (c-basic-offset . 2) 8 (c-basic-offset . 2)
9 (ispell-check-comments . exclusive) 9 (ispell-check-comments . exclusive)
10 (ispell-local-dictionary . "american") 10 (ispell-local-dictionary . "british")
11 (safe-local-variable-values 11 (safe-local-variable-values
12 '((c-default-style . "gnu") 12 '((c-default-style . "gnu")
13 (sentence-end-double-space . f) 13 (sentence-end-double-space . f)