mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
.dir-locals.el: fixed language for dictionary
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
|||||||
(show-trailing-whitespace . t)
|
(show-trailing-whitespace . t)
|
||||||
(c-basic-offset . 2)
|
(c-basic-offset . 2)
|
||||||
(ispell-check-comments . exclusive)
|
(ispell-check-comments . exclusive)
|
||||||
(ispell-local-dictionary . "american")
|
(ispell-local-dictionary . "british")
|
||||||
(safe-local-variable-values
|
(safe-local-variable-values
|
||||||
'((c-default-style . "gnu")
|
'((c-default-style . "gnu")
|
||||||
(sentence-end-double-space . f)
|
(sentence-end-double-space . f)
|
||||||
|
|||||||
Reference in New Issue
Block a user