--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/lisp/my-cpp.el Thu Oct 13 08:46:42 2011 -0400
@@ -0,0 +1,10 @@
+(c-add-style
+ "zeromq"
+ '("linux"
+ (c-basic-offset . 4)
+ (c-offsets-alist
+ (arglist-cont . +)
+ (arglist-cont-nonempty . +))
+))
+
+(provide 'my-cpp)
\ No newline at end of file