repo.or.cz
/
emacs.d.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Load and configure things more lazily. Set font colors for all frames uniformly.
[emacs.d.git]
/
lisp
/
google-c-style-rc.el
blob
163d3b5e4d635ff6cf34fe9882b9d231e6deb8d4
1
;;; Simple rc to configure google-c-style.
2
3
(
y-pseudo-require
'
google-c-style
)
4
5
(
add-hook
'
c-mode-common-hook
'
google-set-c-style
)
6
(
add-hook
'
c-mode-common-hook
'
google-make-newline-indent
)