forked from len0rd/rockbox
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657
10 lines
364 B
Text
10 lines
364 B
Text
;; $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)
|
|
|