summaryrefslogtreecommitdiff
path: root/tools/sample.emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tools/sample.emacs')
-rw-r--r--tools/sample.emacs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/sample.emacs b/tools/sample.emacs
new file mode 100644
index 0000000000..41a59acff3
--- /dev/null
+++ b/tools/sample.emacs
@@ -0,0 +1,10 @@
1;; $Id$ -*- emacs-lisp -*-
2
3;; Here's a sample .emacs file that might help you along the way.
4;; Just copy this region and paste it into your .emacs file. You
5;; might not want to use this if you already use c-mode-hooks for
6;; other styles.
7
8(load-file "<YOUR-PATH-TO-ROCKBOX>/tools/rockbox-style.el")
9(add-hook 'c-mode-common-hook 'rockbox-c-mode-common-hook)
10