projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f42e87
)
.dir-locals.el: changed one-char comment prefix '; ' to two; '; ; '
author
Tomi Ollila
<tomi.ollila@iki.fi>
Sun, 22 Jan 2012 08:35:47 +0000
(10:35 +0200)
committer
David Bremner
<bremner@debian.org>
Sun, 22 Jan 2012 12:41:37 +0000
(08:41 -0400)
Like in emacs/*.el two comment chars (;;) is required so that
(indent-region) doesn't break indentation.
.dir-locals.el
patch
|
blob
|
history
diff --git
a/.dir-locals.el
b/.dir-locals.el
index 044c21480af4ab61f15a33a78d9ff7803021af4b..fc75ae615bd5a73b25eedabdfe0619286c0436b3 100644
(file)
--- 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)