You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by be...@apache.org on 2003/11/06 01:26:06 UTC

cvs commit: apr emacs-mode

ben         2003/11/05 16:26:06

  Added:       .        emacs-mode
  Log:
  Help idiots like me who use emacs.
  
  Revision  Changes    Path
  1.1                  apr/emacs-mode
  
  Index: emacs-mode
  ===================================================================
  ;; 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