From: Tomi Ollila <tomi.ollila@iki.fi>
To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org
Subject: Re: [PATCH] Set fill column to 70 in .dir-locals.el.
Date: Fri, 13 Jan 2012 09:10:07 +0200 [thread overview]
Message-ID: <yf6d3aof580.fsf@taco2.nixu.fi> (raw)
In-Reply-To: <1326410243-22277-1-git-send-email-amdragon@mit.edu>
On Thu, 12 Jan 2012 18:17:23 -0500, Austin Clements <amdragon@MIT.EDU> wrote:
> 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.
> ---
+1
Tomi
> .dir-locals.el | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/.dir-locals.el b/.dir-locals.el
> index aea630b..044c214 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))
> )
> --
> 1.7.7.3
next prev parent reply other threads:[~2012-01-13 7:10 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 23:17 [PATCH] Set fill column to 70 in .dir-locals.el Austin Clements
2012-01-13 7:10 ` Tomi Ollila [this message]
2012-01-13 9:50 ` David Edmondson
2012-01-13 12:38 ` Xavier Maillard
2012-01-13 22:40 ` Xavier Maillard
2012-01-13 22:42 ` [PATCH] Set fill column to 70 in .dir-locals.el and refactor other settings Xavier Maillard
2012-01-13 22:54 ` Austin Clements
2012-01-14 17:42 ` Xavier Maillard
2012-01-14 1:50 ` [PATCH] Set fill column to 70 in .dir-locals.el David Bremner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://notmuchmail.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yf6d3aof580.fsf@taco2.nixu.fi \
--to=tomi.ollila@iki.fi \
--cc=amdragon@MIT.EDU \
--cc=notmuch@notmuchmail.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).