aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-01-12 18:17:23 -0500
committerGravatar David Bremner <bremner@debian.org>2012-01-13 21:43:08 -0400
commite0d85656da7f4d6e7d0b66a7bece39724143bffe (patch)
tree6ad871289228563e2d18cb927458f7370aaef97b
parent0bbfc5ce8be91b881d9542d86aceec7e6a716e86 (diff)
Set fill column to 70 in .dir-locals.el.
This controls where comments and other text wraps. 70 is the default value, so this simply returns it to the default for people who have overridden it. Most notmuch code already adheres to this.
-rw-r--r--.dir-locals.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index aea630bd..044c2148 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -20,4 +20,6 @@
(tab-width . 8)
(sh-basic-offset . 4)
(sh-indentation . 4))
+ (nil
+ (fill-column . 70))
)