summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hasselström <kha@yoghurt.hemma.treskal.com>2006-10-22 18:46:36 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-10-22 23:38:32 (GMT)
commit474a90fef9ebcdedee041b2def4b9a98b94cd146 (patch)
tree28a1ada67f017faf5ed40df1005e2b19899fc39b
parent300454feaba846b6bf95625c607d7096d81d26eb (diff)
downloadgit-474a90fef9ebcdedee041b2def4b9a98b94cd146.zip
git-474a90fef9ebcdedee041b2def4b9a98b94cd146.tar.gz
git-474a90fef9ebcdedee041b2def4b9a98b94cd146.tar.bz2
git-vc: better installation instructions
Provide some more detailed installation instructions, for the elisp-challenged among us. Signed-off-by: Karl Hasselström <kha@treskal.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--contrib/emacs/vc-git.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el
index 4189c4c..80e7675 100644
--- a/contrib/emacs/vc-git.el
+++ b/contrib/emacs/vc-git.el
@@ -23,7 +23,10 @@
;; system.
;;
;; To install: put this file on the load-path and add GIT to the list
-;; of supported backends in `vc-handled-backends'.
+;; of supported backends in `vc-handled-backends'; the following line,
+;; placed in your ~/.emacs, will accomplish this:
+;;
+;; (add-to-list 'vc-handled-backends 'GIT)
;;
;; TODO
;; - changelog generation