aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-29 11:55:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-29 11:55:16 +0000
commitbe891f112c8ae5d79279c9d01e3807c196b6c779 (patch)
tree34aab9bdca5bb6bcdb805c73c059c37a81cb5ef6
parent89934239d7c7336ec60305766666ca276176536d (diff)
this is the former emacs file we no longer use, go with curl-style.el and
be happy!
-rw-r--r--curl-mode.el21
1 files changed, 0 insertions, 21 deletions
diff --git a/curl-mode.el b/curl-mode.el
deleted file mode 100644
index 6a51708b9..000000000
--- a/curl-mode.el
+++ /dev/null
@@ -1,21 +0,0 @@
-;;;; Emacs Lisp help for writing curl code. ;;;;
-
-;;; In C files, put something like this to load this file automatically:
-;;
-;; /* -----------------------------------------------------------------
-;; * local variables:
-;; * eval: (load-file "../curl-mode.el")
-;; * end:
-;; */
-;;
-;; (note: make sure to get the path right in the argument to load-file).
-
-
-;;; The curl hacker's C conventions
-
-;;; we use intent-level 2
-(setq c-basic-offset 2)
-;;; never ever use tabs to indent!
-(setq indent-tabs-mode nil)
-;;; I like this, stolen from Subversion! ;-)
-(setq angry-mob-with-torches-and-pitchforks t)