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>
This commit is contained in:
parent
300454feab
commit
474a90fef9
@ -23,7 +23,10 @@
|
|||||||
;; system.
|
;; system.
|
||||||
;;
|
;;
|
||||||
;; To install: put this file on the load-path and add GIT to the list
|
;; 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
|
;; TODO
|
||||||
;; - changelog generation
|
;; - changelog generation
|
||||||
|
Loading…
Reference in New Issue
Block a user