unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] Add dir-locals style variables for C++ and Elisp code.
@ 2011-06-07  5:20 Austin Clements
  2011-06-07  5:27 ` Dmitry Kurochkin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Austin Clements @ 2011-06-07  5:20 UTC (permalink / raw)
  To: notmuch; +Cc: Austin Clements

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

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-06-24  0:03 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-07  5:20 [PATCH] Add dir-locals style variables for C++ and Elisp code Austin Clements
2011-06-07  5:27 ` Dmitry Kurochkin
2011-06-07  6:57   ` Austin Clements
2011-06-07  6:38 ` Dima Kogan
2011-06-07  7:00   ` Austin Clements
2011-06-10  1:28 ` [PATCH] Add dir-locals style variables for C++, Elisp, and shell code Austin Clements
2011-06-24  0:03   ` Carl Worth

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).