forked from len0rd/rockbox
Created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f3313da2da
commit
30cd644288
2 changed files with 65 additions and 0 deletions
10
tools/sample.emacs
Normal file
10
tools/sample.emacs
Normal 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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue