lisp/my-cpp.el
author Fabien Ninoles <fabien@tzone.org>
Sat, 03 Jan 2015 11:21:36 -0500
changeset 9 56e80afa3e1c
parent 1 a234a7579958
permissions -rw-r--r--
Only start sloppy timer on a mouse_enter. This avoid a bug when the focus is stolen by another window.

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

(provide 'my-cpp)