Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 68F43429E25 for ; Mon, 6 Jun 2011 22:20:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DmijNSXmAoy6 for ; Mon, 6 Jun 2011 22:20:45 -0700 (PDT) Received: from dmz-mailsec-scanner-1.mit.edu (DMZ-MAILSEC-SCANNER-1.MIT.EDU [18.9.25.12]) by olra.theworths.org (Postfix) with ESMTP id EF465431FB6 for ; Mon, 6 Jun 2011 22:20:44 -0700 (PDT) X-AuditID: 1209190c-b7c65ae00000117c-ed-4dedb5336a12 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-1.mit.edu (Symantec Messaging Gateway) with SMTP id BE.DD.04476.335BDED4; Tue, 7 Jun 2011 01:20:51 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id p575KVDx007814; Tue, 7 Jun 2011 01:20:38 -0400 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id p575KUlW001890 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Tue, 7 Jun 2011 01:20:31 -0400 (EDT) Received: from amthrax by drake.mit.edu with local (Exim 4.76) (envelope-from ) id 1QToiM-0005Rb-50; Tue, 07 Jun 2011 01:20:30 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH] Add dir-locals style variables for C++ and Elisp code. Date: Tue, 7 Jun 2011 01:20:25 -0400 Message-Id: <1307424025-20889-1-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.5.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprJIsWRmVeSWpSXmKPExsUixG6nomu89a2vwY35+hbXb85kdmD0eLbq FnMAYxSXTUpqTmZZapG+XQJXxt3ZT1kKNrBXHP6Z0cB4k7WLkYNDQsBE4uC97C5GTiBTTOLC vfVsXYxcHEIC+xgljs34AuWsZ5SYfwXGucckcePhcXYIZz6jxMN1G5hA+tkENCS27V/OCGKL CEhL7Lw7G2wFs4CaxJ8uFZCwsIC7ROv8ZewgNouAqsTXd3fBWnkFHCSuPv3OBHGGgsSVK/NY JjDyLmBkWMUom5JbpZubmJlTnJqsW5ycmJeXWqRrqJebWaKXmlK6iREUApySPDsY3xxUOsQo wMGoxMNrWP/WV4g1say4MvcQoyQHk5Iob/lmoBBfUn5KZUZicUZ8UWlOavEhRgkOZiUR3gkR QDnelMTKqtSifJiUNAeLkjjvDEl1XyGB9MSS1OzU1ILUIpisDAeHkgSv6xagRsGi1PTUirTM nBKENBMHJ8hwHqDhOiA1vMUFibnFmekQ+VOMilLivMogCQGQREZpHlwvLEZfMYoDvSLMawJS xQOMb7juV0CDmYAGH3d6BTK4JBEhJdXAKJXDsfqk1eHsbTfZ8v/u9bLkXGxRLH92+3rvX4+W fxXXmPb1XNtEwWfXXm1NXr53/tH/x760ed54VhdsnFG+yGPmBL0Mda3HTYdDBG1P7yrIjSh9 KlcaO39tlpj57+60ywvN9C3r307+p6bhwJ2U6RkbYNvuuj7O69qO9Z1LWgQ49yjP/zHRRIml OCPRUIu5qDgRAJKZSk+sAgAA Cc: Austin Clements X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jun 2011 05:20:45 -0000 Also, slightly reformat dir-locals.el so that the settings align and to make it friendlier for future additions. --- .dir-locals.el | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.dir-locals.el b/.dir-locals.el index cbdb1f9..eff29fc 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,7 +1,17 @@ ; 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) - (tab-width . 8) - (c-basic-offset . 4) - (c-file-style . "linux")))) +((c-mode + (indent-tabs-mode . t) + (tab-width . 8) + (c-basic-offset . 4) + (c-file-style . "linux")) + (c++-mode + (indent-tabs-mode . t) + (tab-width . 8) + (c-basic-offset . 4) + (c-file-style . "linux")) + (emacs-lisp-mode + (indent-tabs-mode . t)) + ) -- 1.7.5.1