diff --git a/init.el b/init.el index 9c3f854..e29fe1d 100644 --- a/init.el +++ b/init.el @@ -1135,16 +1135,16 @@ INFO plist." empty-defun-braces defun-close-semi)) (c-offsets-alist . ((arglist-close . +) - (arglist-intro . ++) + (arglist-intro . +) (substatement-open . 0) (case-label . 4) (block-open . 0) (knr-argdecl-intro . -) - (comment-intro . 0))) + (comment-intro . 0) + (member-init-intro . ++))) (c-echo-syntactic-information-p . t)) "My C Programming Style.") (c-add-style "PERSONAL" my-c-style) -(setq c-offset-alist '((member-init-intro . ++))) ;; Custom key bindings (bind-keys