summaryrefslogtreecommitdiff
path: root/app-emacs/google-c-style/files/50google-c-style-gentoo.el
blob: 3e9768b65db7f799a98056d82fc619bc367033bb (plain)
1
2
3
4
5
(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)