From 7d69eceff82108ccc1e7d976912e5c34afeb259f Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Sat, 11 Apr 2015 23:25:58 +0200 Subject: Use the same line width for Emacs and Vim. Lines seem to be wrapped at 100 characters throughout, with the exception of eapi-cheatsheet.tex which is wrapped at 70 characters. Assign the "fill-column" file local variable for Emacs accordingly. --- profiles.tex | 1 + 1 file changed, 1 insertion(+) (limited to 'profiles.tex') diff --git a/profiles.tex b/profiles.tex index ca3b1d7..067a098 100644 --- a/profiles.tex +++ b/profiles.tex @@ -206,4 +206,5 @@ A package manager may treat \t{ARCH} values that are not the current architectur %%% LaTeX-indent-level: 4 %%% LaTeX-item-indent: 0 %%% TeX-brace-indent-level: 4 +%%% fill-column: 100 %%% End: -- cgit v1.2.3-65-gdbad