diff options
| author | Mats Lidell <matsl@rockbox.org> | 2003-01-20 13:00:32 +0000 |
|---|---|---|
| committer | Mats Lidell <matsl@rockbox.org> | 2003-01-20 13:00:32 +0000 |
| commit | 30cd64428846fef3d555df99d66a081a60a30bea (patch) | |
| tree | 06bf07e7a5b54ae0ef2ea9a54f94049561410bd5 /tools/sample.emacs | |
| parent | f3313da2da8350ce7fc1228aaae706aacd9763ad (diff) | |
| download | rockbox-30cd64428846fef3d555df99d66a081a60a30bea.zip rockbox-30cd64428846fef3d555df99d66a081a60a30bea.tar.gz rockbox-30cd64428846fef3d555df99d66a081a60a30bea.tar.bz2 rockbox-30cd64428846fef3d555df99d66a081a60a30bea.tar.xz | |
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.emacs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/sample.emacs b/tools/sample.emacs new file mode 100644 index 0000000..41a59ac --- /dev/null +++ b/tools/sample.emacs @@ -0,0 +1,10 @@ +;; $Id$ -*- emacs-lisp -*- + +;; Here's a sample .emacs file that might help you along the way. +;; Just copy this region and paste it into your .emacs file. You +;; might not want to use this if you already use c-mode-hooks for +;; other styles. + +(load-file "<YOUR-PATH-TO-ROCKBOX>/tools/rockbox-style.el") +(add-hook 'c-mode-common-hook 'rockbox-c-mode-common-hook) + |