9a140a98dc4bdfc3b6bdccf567408814eddcb6c9
[feisty_meow.git] / database / configuration / emacs / dot.emacs
1
2 # this is an example .emacs file with my preferred indentation for code.
3
4 (setq c-default-style "linux"
5   c-basic-offset 2)
6
7