humanizing the config file examples.
[feisty_meow.git] / database / configuration / emacs / dot.emacs
diff --git a/database/configuration/emacs/dot.emacs b/database/configuration/emacs/dot.emacs
new file mode 100644 (file)
index 0000000..9a140a9
--- /dev/null
@@ -0,0 +1,7 @@
+
+# this is an example .emacs file with my preferred indentation for code.
+
+(setq c-default-style "linux"
+  c-basic-offset 2)
+
+