rockbox/tools/sample.emacs
Mats Lidell 30cd644288 Created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3135 a1c6a512-1295-4272-9138-f99709370657
2003-01-20 13:00:32 +00:00

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)