new example config file for emacs.
authorChris Koeritz <fred@gruntose.com>
Wed, 27 Jun 2012 12:19:30 +0000 (08:19 -0400)
committerChris Koeritz <fred@gruntose.com>
Wed, 27 Jun 2012 12:19:30 +0000 (08:19 -0400)
database/configuration/emacs/dot-emacs [new file with mode: 0644]

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)
+
+