Re: updated emacs configuration

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: updated emacs configuration
Date: 2013-06-23 20:11:13
Message-ID: 51C75661.8020502@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 06/23/2013 03:43 PM, Andrew Dunstan wrote:
>
>
>
> The idea is a very good one in principle, but my short experiment with
> the provided .dir-locals.el didn't give me BSD style brace
> indentation. It works if we can do those "unsafe" things, but then we
> surely don't want to have a user prompted to accept the settings each
> time. If .dir-locals.el won't do what we need on its own, it seems to
> me hardly worth having.

However, it does work if you add this at the beginning of the c-mode list:

(c-file-style . "bsd")

cheers

andrew

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-06-23 20:37:40 Re: updated emacs configuration
Previous Message Fabien COELHO 2013-06-23 20:08:13 Re: [PATCH] pgbench --throttle (submission 7 - with lag measurement)