]> git.notmuchmail.org Git - notmuch/blobdiff - .dir-locals.el
test: Test upgrade to ghost messages feature
[notmuch] / .dir-locals.el
index aea630bdf3155b26113881e36a45a83d1e82bd4d..fc75ae615bd5a73b25eedabdfe0619286c0436b3 100644 (file)
@@ -1,6 +1,6 @@
-; emacs local configuration settings for notmuch source
-; surmised by dkg on 2010-11-23 13:43:18-0500
-; amended by amdragon on 2011-06-06
+;; emacs local configuration settings for notmuch source
+;; surmised by dkg on 2010-11-23 13:43:18-0500
+;; amended by amdragon on 2011-06-06
 
 ((c-mode
   (indent-tabs-mode . t)
@@ -20,4 +20,6 @@
   (tab-width . 8)
   (sh-basic-offset . 4)
   (sh-indentation . 4))
+ (nil
+  (fill-column . 70))
  )