.dir-locals.el: fixed language for dictionary

This commit is contained in:
Evgeny Grin (Karlson2k)
2019-04-18 23:59:01 +03:00
parent abb665dd00
commit 8c44c704b9
+1 -1
View File
@@ -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)