aboutsummaryrefslogtreecommitdiff
path: root/sample.emacs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-04 07:21:12 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-04 07:21:12 +0000
commit1fb74b4fa24216fbb1f9a4ad84ab540fe053dbb1 (patch)
tree1c6d498dfe40d113dee05c5cad3ec5d57fbc6d4d /sample.emacs
parent473f6ea9f081b4074639f0a92f2b2152167e394e (diff)
downloadgnurl-1fb74b4fa24216fbb1f9a4ad84ab540fe053dbb1.tar.gz
gnurl-1fb74b4fa24216fbb1f9a4ad84ab540fe053dbb1.tar.bz2
gnurl-1fb74b4fa24216fbb1f9a4ad84ab540fe053dbb1.zip
fixed spell, removed reference to a 'tools' subdir in the curl dir, as we
don't have one
Diffstat (limited to 'sample.emacs')
-rw-r--r--sample.emacs4
1 files changed, 2 insertions, 2 deletions
diff --git a/sample.emacs b/sample.emacs
index e4e736e20..c3d05d2bc 100644
--- a/sample.emacs
+++ b/sample.emacs
@@ -7,9 +7,9 @@
;; First comes a setup that is ideal when you are only working with curl. Just
;; select the next few lines, paste it into your .emacs and change the path to
;; the tools folder. (If you are using more than one style. Look further down
-;; the this file.)
+;; this file.)
-(load-file "<YOUR-PATH-TO-CURL>/tools/curl-style.el")
+(load-file "<YOUR-PATH-TO-CURL>/curl-style.el")
(add-hook 'c-mode-common-hook 'curl-c-mode-common-hook)
;; If you are using more than one style in maybe more than one project the