aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2012-01-22 10:35:47 +0200
committerGravatar David Bremner <bremner@debian.org>2012-01-22 08:41:37 -0400
commitce3513261d447c96f59a5d5f4a18ec55beed92f4 (patch)
treee41a182e1b3170c8b9924007ef40dac2b5051e4d /.dir-locals.el
parent3f42e87030cf9a30f65ae082af2a53280f6c9100 (diff)
.dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
Like in emacs/*.el two comment chars (;;) is required so that (indent-region) doesn't break indentation.
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index 044c2148..fc75ae61 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -1,6 +1,6 @@
-; 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
+;; 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)