From: Eshel Yaron Date: Thu, 29 Sep 2022 18:28:55 +0000 (+0300) Subject: DOC: add installation instructions from NonGNU ELPA X-Git-Tag: v0.4.2~5 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97856b5c85511e15adf019318b660bdf015f7408;p=sweep.git DOC: add installation instructions from NonGNU ELPA --- diff --git a/README.org b/README.org index d0d4f4c..09dc1b2 100644 --- a/README.org +++ b/README.org @@ -73,7 +73,11 @@ The dynamic Emacs module =sweeprolog-module= and the Prolog helper library instructions on how to build and install SWI-Prolog, see [[https://www.swi-prolog.org/build/]]. -To start using =sweep= in Emacs: +The =sweeprolog= Elisp package is available on NonGNU ELPA, to install +=sweeprolog= simply type =M-x package-install RET sweeprolog RET=. + +An alternative to installing from ELPA is to get the Elisp library +from the =sweep= Git repository: 1. Clone the =sweep= repository: #+begin_src sh diff --git a/sweeprolog.el b/sweeprolog.el index ade075a..2e9d322 100644 --- a/sweeprolog.el +++ b/sweeprolog.el @@ -2165,10 +2165,6 @@ Interactively, POINT is set to the current point." (when (timerp sweeprolog--timer) (cancel-timer sweeprolog--timer)))))) -;;;; Testing: - -;; (add-to-list 'load-path (file-name-directory (buffer-file-name))) -;; (require 'sweeprolog) (provide 'sweeprolog)