relocated the feisty meow init examples, since they were languishing in too deep
[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