From 30cd64428846fef3d555df99d66a081a60a30bea Mon Sep 17 00:00:00 2001 From: Mats Lidell Date: Mon, 20 Jan 2003 13:00:32 +0000 Subject: Created. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657 --- tools/sample.emacs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tools/sample.emacs (limited to 'tools/sample.emacs') 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 @@ +;; $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 "/tools/rockbox-style.el") +(add-hook 'c-mode-common-hook 'rockbox-c-mode-common-hook) + -- cgit v1.2.3