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
commit 33e0f9f11c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)