Fix commit-intro C style value
This commit is contained in:
parent
117b032ebc
commit
174b056b5a
3
init.el
3
init.el
@ -201,7 +201,8 @@
|
|||||||
(substatement-open . 0)
|
(substatement-open . 0)
|
||||||
(case-label . 4)
|
(case-label . 4)
|
||||||
(block-open . 0)
|
(block-open . 0)
|
||||||
(knr-argdecl-intro . -)))
|
(knr-argdecl-intro . -)
|
||||||
|
(comment-intro . 0)))
|
||||||
(c-echo-syntactic-information-p . t))
|
(c-echo-syntactic-information-p . t))
|
||||||
"My C Programming Style")
|
"My C Programming Style")
|
||||||
(c-add-style "PERSONAL" my-c-style)
|
(c-add-style "PERSONAL" my-c-style)
|
||||||
|
Loading…
Reference in New Issue
Block a user