index
:
emacs.d.git
this commit
main
my emacs configuration
Franck Cuny
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
emacs.d
/
inits
/
90_lang-c.el
blob: bd4cc7f04b26436842ffbdda6f6b04b7b35a8439 (
plain
) (
blame
)
1
2
3
4
5
6
(
use-package
google-c-style
:ensure
t
:defer
t
:config
(
progn
(
setq
c-basic-offset
2
)))