From: Karl Hasselström Date: Sun, 22 Oct 2006 18:46:36 +0000 (+0200) Subject: git-vc: better installation instructions X-Git-Tag: v1.4.3.2~8 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=474a90fef9ebcdedee041b2def4b9a98b94cd146;p=git.git git-vc: better installation instructions Provide some more detailed installation instructions, for the elisp-challenged among us. Signed-off-by: Karl Hasselström Signed-off-by: Junio C Hamano --- diff --git a/contrib/emacs/vc-git.el b/contrib/emacs/vc-git.el index 4189c4ced..80e767533 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