From ce3513261d447c96f59a5d5f4a18ec55beed92f4 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sun, 22 Jan 2012 10:35:47 +0200 Subject: [PATCH] .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. --- .dir-locals.el | 6 +++--- 1 file 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) -- 2.43.0