delete redundant comma

this cause wrong tab width in c mode
This commit is contained in:
wanghao 2018-08-17 10:48:14 +08:00
parent 8a0d12d4f0
commit b867afff1f

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)