commit: c5013f3b60593f9155b0cd4beaba347c82e370d5
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 19:13:59 2020 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 19:13:59 2020 +0000
URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=c5013f3b
pms.cls: Change line length to reflect what is actually used.
fill-column (Emacs) and tw (Vim) set to 80.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
pms.cls | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pms.cls b/pms.cls
index a5e3084..f01ace6 100644
--- a/pms.cls
+++ b/pms.cls
@@ -175,7 +175,7 @@
}%
}
-% vim: set filetype=tex fileencoding=utf8 et tw=100 spell spelllang=en :
+% vim: set filetype=tex fileencoding=utf8 et tw=80 spell spelllang=en :
%%% Local Variables:
%%% mode: latex
@@ -183,5 +183,5 @@
%%% LaTeX-indent-level: 4
%%% LaTeX-item-indent: 0
%%% TeX-brace-indent-level: 4
-%%% fill-column: 100
+%%% fill-column: 80
%%% End: