branch: elpa/vc-fossil commit d03f4907bb7759f439ed0ce386973258baeea979 Author: pdo <pdo> Commit: pdo <pdo>
Added package installation instructions. --- doc/index.wiki | 9 +++++++++ vc/el/vc-fossil.el | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/doc/index.wiki b/doc/index.wiki index 0226f90..40a13c5 100644 --- a/doc/index.wiki +++ b/doc/index.wiki @@ -9,6 +9,15 @@ You need emacs version 24.1 or better. 23.* is not supported anymore. Short answer: +Install the vc-fossil package from the MELPA package repository then +customize the vc-handled-backend variable by adding "Fossil" to its +list of names. + +Alternative, slightly longer, answer: + +Instead of installing from MELPA you may clone this source repository +directly then add it manually to your Emacs setup as follows. + Add this to your .emacs file, or cut and paste this into the *scratch* buffer and do <code>C-x C-e</code> to execute it. diff --git a/vc/el/vc-fossil.el b/vc/el/vc-fossil.el index 210d1f3..7c92165 100644 --- a/vc/el/vc-fossil.el +++ b/vc/el/vc-fossil.el @@ -22,6 +22,11 @@ ;;; Installation: +;; 1. Install this vc-fossil package. +;; 2. Add "Fossil" to the list of VC backends using +;; M-x customize-variable vc-handled-backends + +;; Alternative manual installation ;; 1. Put this file somewhere in the Emacs load-path. ;; 2. Tell Emacs to load it when needed: ;; (autoload 'vc-fossil-registered "vc-fossil")