You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/google-c-style/files/50google-c-style-gentoo.el

6 lines
258 B

(add-to-list 'load-path "@SITELISP@")
(autoload 'google-set-c-style "google-c-style"
"Set the current buffer's c-style to Google C/C++ Programming Style." t)
(autoload 'google-make-newline-indent "google-c-style"
"Sets up preferred newline behavior." t)