Load and configure things more lazily. Set font colors for all frames uniformly.
[emacs.d.git] / lisp / google-c-style-rc.el
blob163d3b5e4d635ff6cf34fe9882b9d231e6deb8d4
1 ;;; Simple rc to configure google-c-style.
3 (y-pseudo-require 'google-c-style)
5 (add-hook 'c-mode-common-hook 'google-set-c-style)
6 (add-hook 'c-mode-common-hook 'google-make-newline-indent)