summaryrefslogtreecommitdiff
path: root/tools/sample.emacs
diff options
context:
space:
mode:
authorMats Lidell <matsl@rockbox.org>2003-01-20 13:00:32 +0000
committerMats Lidell <matsl@rockbox.org>2003-01-20 13:00:32 +0000
commit30cd64428846fef3d555df99d66a081a60a30bea (patch)
tree06bf07e7a5b54ae0ef2ea9a54f94049561410bd5 /tools/sample.emacs
parentf3313da2da8350ce7fc1228aaae706aacd9763ad (diff)
downloadrockbox-30cd64428846fef3d555df99d66a081a60a30bea.tar.gz
rockbox-30cd64428846fef3d555df99d66a081a60a30bea.zip
Created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657
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