lisp/my-cpp.el
author Fabien Ninoles <fabien@tzone.org>
Mon, 27 Oct 2014 12:54:34 -0400
changeset 7 03125e413ae3
parent 1 a234a7579958
permissions -rw-r--r--
Add awesome configuration

(c-add-style
 "zeromq" 
 '("linux"
   (c-basic-offset . 4)
   (c-offsets-alist
    (arglist-cont . +)
    (arglist-cont-nonempty . +))
))

(provide 'my-cpp)