From cd8747ba6d6b4068331c921ee65260424c6d9699 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 22 Jun 2011 11:06:34 -0500 Subject: Unify modelines in Asciidoc files This gets us close to using the same modeline in all files we run through Asciidoc, as well as adding the spell and spelllang declarations, just as we had in NEWS already. The choice of 'en_us' is mainly for consistency and because the body of work already uses these spellings. Signed-off-by: Dan McGee --- doc/footer.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/footer.txt') diff --git a/doc/footer.txt b/doc/footer.txt index 2ffb0092..a1325427 100644 --- a/doc/footer.txt +++ b/doc/footer.txt @@ -1,5 +1,5 @@ ///// -vim:set ts=4 sw=4 syntax=asciidoc noet: +vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us: ///// See the pacman website at http://www.archlinux.org/pacman/[] for current -- cgit v1.2.3-54-g00ecf