summaryrefslogtreecommitdiff
path: root/emacs-mode
diff options
context:
space:
mode:
authorBen Laurie <ben@apache.org>2003-11-06 00:26:06 +0000
committerBen Laurie <ben@apache.org>2003-11-06 00:26:06 +0000
commitd348103a69ca79651d2462852483e30e9c9a84d8 (patch)
tree18a6a1e32edc7bab004180a0651e7f5289185ead /emacs-mode
parentb51aa13f4f56f0da7bd480829a35d2d5d608c8d6 (diff)
downloadapr-d348103a69ca79651d2462852483e30e9c9a84d8.tar.gz
Help idiots like me who use emacs.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64734 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'emacs-mode')
-rw-r--r--emacs-mode15
1 files changed, 15 insertions, 0 deletions
diff --git a/emacs-mode b/emacs-mode
new file mode 100644
index 000000000..2c7abe983
--- /dev/null
+++ b/emacs-mode
@@ -0,0 +1,15 @@
+;; M-x load-file <this file>
+;; or emacs -l <this file>
+;; to use this style: C-c . apache
+(c-add-style "apache"
+ '((inclass . ++)
+ (defun-block-intro . ++)
+ (statement-block-intro . ++)
+ (substatement . ++)
+ (brace-list-intro . ++)
+ (statement-case-intro . ++)
+ (inextern-lang . 0)
+ ))
+(setq-default indent-tabs-mode nil)
+;; if you forgot to do this at startup, then M-x eval-expression
+;; (setq indent-tabs-mode nil) on each buffer