]> granicus.if.org Git - curl/commitdiff
this is the former emacs file we no longer use, go with curl-style.el and
authorDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 11:55:16 +0000 (11:55 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 29 Jan 2003 11:55:16 +0000 (11:55 +0000)
be happy!

curl-mode.el [deleted file]

diff --git a/curl-mode.el b/curl-mode.el
deleted file mode 100644 (file)
index 6a51708..0000000
+++ /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).
-
-\f
-;;; 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)