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

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

[nongnu] elpa/iedit abcc27a9f0 231/301: Add Installation instruction


From: ELPA Syncer
Subject: [nongnu] elpa/iedit abcc27a9f0 231/301: Add Installation instruction
Date: Mon, 10 Jan 2022 22:59:05 -0500 (EST)

branch: elpa/iedit
commit abcc27a9f07a7f855b0a8314f18640fd5cd7a0b6
Author: Victor Ren <victorhge@gmail.com>
Commit: Victor Ren <victorhge@gmail.com>

    Add Installation instruction
---
 README.org | 24 ++++++++++++++++++++++--
 iedit.el   |  6 +++---
 2 files changed, 25 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index c9c309e06e..dec3392755 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
 * Iedit - Edit multiple regions in the same way simultaneously
-
+** Introduction
 This package includes Emacs minor modes (iedit-mode and
 iedit-rectangle-mode) based on a API library (iedit-lib) and allows you to edit
 one occurrence of some text in a buffer (possibly narrowed) or region, and
@@ -23,7 +23,7 @@ buffer lines that match the current text being edited.  This 
gives you the
 effect of a temporary `keep-lines' or `occur'.  To get this effect, hit C-'
 when in Iedit mode - it toggles hiding non-matching lines.
 
-Renaming refactoring is convinient in Iedit mode
+Renaming refactoring is convenient in Iedit mode
 
  - The symbol under point is selected as occurrence by default and only 
complete
    symbols are matched
@@ -49,3 +49,23 @@ lighter weight and uses iedit mechanisms.
 
 There are also some other facilities you may never think about.  Refer to the
 document of function `iedit-mode' (C-h f iedit-mode RET) for more details.
+
+** Installation instruction
+*** Installing from MELPA
+The easiest way to install and keep Iedit up-to-date is using Emacs’s built-in
+package manager.  Iedit is available in the MELPA repository.  Refer to
+http://melpa.org/#/getting-started for how to install a package from MELPA.
+
+*** Installing from GitHub
+You can also clone Iedit's repository or download a zip package from GitHub
+https://github.com/victorhge/iedit
+
+You will need to add a few extra lines in your .emacs file, to make your Emacs
+knows about the package:
+#+BEGIN_SRC elisp
+(add-to-list 'load-path "~/dir/to/your/iedit")
+(require 'iedit)
+#+END_SRC
+
+
+#  LocalWords:  Iedit iedit
diff --git a/iedit.el b/iedit.el
index f44b9a3d59..d6cf30e22a 100644
--- a/iedit.el
+++ b/iedit.el
@@ -2,13 +2,13 @@
 
 ;; Copyright (C) 2010, 2011, 2012 Victor Ren
 
-;; Time-stamp: <2016-09-20 00:04:51 Victor Ren>
+;; Time-stamp: <2016-10-27 10:28:30 Victor Ren>
 ;; Author: Victor Ren <victorhge@gmail.com>
 ;; Keywords: occurrence region simultaneous refactoring
-;; Version: 0.9.9
+;; Version: 0.9.9.9
 ;; X-URL: http://www.emacswiki.org/emacs/Iedit
 ;;        https://github.com/victorhge/iedit
-;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x
+;; Compatibility: GNU Emacs: 22.x, 23.x, 24.x, 25.x
 
 ;; This file is not part of GNU Emacs, but it is distributed under
 ;; the same terms as GNU Emacs.



reply via email to

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