summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-03-20 14:21:25 +0100
committerUlrich Müller <ulm@gentoo.org>2014-03-20 14:21:25 +0100
commit57af49e3c69711cefe6463b28f04137e0b86dc39 (patch)
tree556bc9e19a2e3f8c98300ee349d8abcf7fb3b0dd
parentWhitespace. (diff)
downloadeselect-57af49e3c69711cefe6463b28f04137e0b86dc39.tar.gz
eselect-57af49e3c69711cefe6463b28f04137e0b86dc39.tar.bz2
eselect-57af49e3c69711cefe6463b28f04137e0b86dc39.zip
README: Add Emacs local variables, re-add Vim modeline.
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index 9563463..da7df64 100644
--- a/README
+++ b/README
@@ -36,3 +36,12 @@ Style Notes
* Public functions don't get the ``es_`` prefix, private functions do.
* eval is evil, so don't use it.
* Absolute paths to executables are not portable, so don't use them.
+
+
+.. Local Variables:
+.. mode: rst
+.. fill-column: 72
+.. indent-tabs-mode: nil
+.. End:
+
+.. vim: set ft=glep tw=72 sw=4 et spell spelllang=en :