From b867afff1f5d807dbcc1461a6ec14bc1effec58d Mon Sep 17 00:00:00 2001 From: wanghao Date: Fri, 17 Aug 2018 10:48:14 +0800 Subject: [PATCH] delete redundant comma this cause wrong tab width in c mode --- modules/lang/cc/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/cc/config.el b/modules/lang/cc/config.el index ea1623f8b..59dec5276 100644 --- a/modules/lang/cc/config.el +++ b/modules/lang/cc/config.el @@ -66,7 +66,7 @@ compilation database is present in the project.") ;; Custom style, based off of linux (unless (assoc "doom" c-style-alist) (push '("doom" - (c-basic-offset . ,tab-width) + (c-basic-offset . tab-width) (c-comment-only-line-offset . 0) (c-hanging-braces-alist (brace-list-open) (brace-entry-open)