Merge pull request #811 from chengyi/fix-c-mode-tab-width-error

delete redundant comma
This commit is contained in:
Henrik Lissner
2018-08-17 19:09:33 +02:00
committed by GitHub

View File

@@ -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)