]> git.notmuchmail.org Git - notmuch/commitdiff
Set fill column to 70 in .dir-locals.el.
authorAustin Clements <amdragon@MIT.EDU>
Thu, 12 Jan 2012 23:17:23 +0000 (18:17 -0500)
committerDavid Bremner <bremner@debian.org>
Sat, 14 Jan 2012 01:43:08 +0000 (21:43 -0400)
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.

.dir-locals.el

index aea630bdf3155b26113881e36a45a83d1e82bd4d..044c21480af4ab61f15a33a78d9ff7803021af4b 100644 (file)
@@ -20,4 +20,6 @@
   (tab-width . 8)
   (sh-basic-offset . 4)
   (sh-indentation . 4))
+ (nil
+  (fill-column . 70))
  )