Skip to content

Commit

Permalink
revised and better
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 28, 2003
1 parent 8948a65 commit ca52549
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions curl-style.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,11 @@
(setq tab-width 8
indent-tabs-mode nil ; Use spaces. Not tabs.
comment-column 40
c-font-lock-extra-types (append '("bool"))
c-font-lock-extra-types (append '("bool" "CURL" "CURLcode" "ssize_t"))
)
;; 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 "\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)
)

Expand Down

0 comments on commit ca52549

Please sign in to comment.