Fancy auto, hungry, and cleanups removed.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3156 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dd4f1fa760
commit
7b3a9cfbd6
1 changed files with 0 additions and 6 deletions
|
@ -39,14 +39,8 @@
|
|||
comment-column 40
|
||||
c-font-lock-extra-types (append '("bool"))
|
||||
)
|
||||
;; We like auto-newline and hungry-delete
|
||||
(c-toggle-auto-hungry-state 1)
|
||||
;; keybindings for C, C++, and Objective-C. We can put these in
|
||||
;; c-mode-base-map because of inheritance ...
|
||||
(define-key c-mode-base-map "\C-m" 'newline-and-indent)
|
||||
(define-key c-mode-base-map "\M-q" 'c-fill-paragraph)
|
||||
;; Cleanups
|
||||
(setq c-cleanup-list '(list-close-comma defun-close-semi empty-defun-braces brace-else-brace brace-elseif-brace scope-operator))
|
||||
(setq c-recognize-knr-p nil)
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue