emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/vc-fossil d03f490 090/111: Added package installation inst


From: ELPA Syncer
Subject: [nongnu] elpa/vc-fossil d03f490 090/111: Added package installation instructions.
Date: Wed, 29 Sep 2021 08:59:27 -0400 (EDT)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]