From 174b056b5a89233992ee0d003e4f5c379b572173 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Sun, 16 Nov 2014 16:42:08 +0100 Subject: [PATCH] Fix commit-intro C style value --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 016f027..1a1018e 100644 --- a/init.el +++ b/init.el @@ -201,7 +201,8 @@ (substatement-open . 0) (case-label . 4) (block-open . 0) - (knr-argdecl-intro . -))) + (knr-argdecl-intro . -) + (comment-intro . 0))) (c-echo-syntactic-information-p . t)) "My C Programming Style") (c-add-style "PERSONAL" my-c-style)