Re: [PATCH] Set fill column to 70 in .dir-locals.el.

Subject: Re: [PATCH] Set fill column to 70 in .dir-locals.el.

Date: Fri, 13 Jan 2012 09:10:07 +0200

To: Austin Clements, notmuch@notmuchmail.org

Cc:

From: Tomi Ollila


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

Thread: