From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Update Emacs configuration |
Date: | 2013-08-14 00:20:43 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Update Emacs configuration
Update emacs.samples with new configuration snippets that match pgindent
et al. formatting more accurately and follow Emacs Lisp best practices
better.
Add .dir-locals.el with a subset of that configuration for casual
editing and viewing.
Reviewed-by: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Reviewed-by: Noah Misch <noah(at)leadboat(dot)com>
Branch
------
master
Modified Files
--------------
.dir-locals.el | 18 +++++
src/tools/editors/emacs.samples | 158 +++++++++++++--------------------------
2 files changed, 72 insertions(+), 104 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2013-08-14 17:45:37 | pgsql: Remove Assert that matview is not in system schema from REFRESH. |
Previous Message | Tom Lane | 2013-08-13 19:25:09 | pgsql: Emit a log message if output is about to be redirected away from |