.emacs-my
changeset 1173 bf65579bd653
parent 1172 e13ab3bb9331
child 1174 1f2b829bd3e6
equal deleted inserted replaced
1172:e13ab3bb9331 1173:bf65579bd653
  2519         (statement-block-intro . +)
  2519         (statement-block-intro . +)
  2520         (statement-cont . ++)
  2520         (statement-cont . ++)
  2521         (substatement-open . 0)
  2521         (substatement-open . 0)
  2522         (inextern-lang . 0)
  2522         (inextern-lang . 0)
  2523         ))
  2523         ))
       
  2524     ;; Echo syntactic information on TAB in message buffer.
  2524     (c-echo-syntactic-information-p . t))
  2525     (c-echo-syntactic-information-p . t))
  2525   "My C Programming Style")
  2526   "My C Programming Style")
  2526 
  2527 
  2527 (defun my-c-mode-style-hook ()
  2528 (defun my-c-mode-style-hook ()
  2528   (c-add-style "my" my-c-style t)
  2529   (c-add-style "my" my-c-style t)