1
0
Fork 0
forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mats Lidell 2003-01-20 13:00:32 +00:00
parent f3313da2da
commit 30cd644288
2 changed files with 65 additions and 0 deletions

10
tools/sample.emacs Normal file
View file

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