forked from len0rd/rockbox
Use of rockbox-mode.el in local variables list removed. Replaced by
rockbox-style.el in tools folder. Use it! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3159 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc46b4a675
commit
7e610c12a5
1 changed files with 0 additions and 24 deletions
|
|
@ -1,24 +0,0 @@
|
|||
;;;; Emacs Lisp help for writing rockbox code. ;;;;
|
||||
;;;; $Id$
|
||||
|
||||
;;; In C files, put something like this to load this file automatically:
|
||||
;;
|
||||
;; /* -----------------------------------------------------------------
|
||||
;; * local variables:
|
||||
;; * eval: (load-file "rockbox-mode.el")
|
||||
;; * end:
|
||||
;; */
|
||||
;;
|
||||
;; (note: make sure to get the path right in the argument to load-file).
|
||||
|
||||
|
||||
;;; The rockbox hacker's C conventions
|
||||
|
||||
;;; we use intent-level 4
|
||||
(setq c-basic-offset 4)
|
||||
;;; never ever use tabs to indent!
|
||||
(setq indent-tabs-mode nil)
|
||||
;;; enable font coloring of type 'bool'
|
||||
(setq c-font-lock-extra-types (append '("bool") ))
|
||||
;;; I like this, stolen from Subversion! ;-)
|
||||
(setq angry-mob-with-torches-and-pitchforks t)
|
||||
Loading…
Add table
Add a link
Reference in a new issue