]> git.eshelyaron.com Git - dict.git/commitdiff
DOC: add installation instructions from NonGNU ELPA
authorEshel Yaron <me@eshelyaron.com>
Thu, 29 Sep 2022 18:28:55 +0000 (21:28 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 29 Sep 2022 18:28:55 +0000 (21:28 +0300)
README.org
sweeprolog.el

index d0d4f4c1ec7a04483e768283a2b7b030e8dcdc45..09dc1b24b98fcd4f1e0caffaaffb2b579d6f3acc 100644 (file)
@@ -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
index ade075a008c4fecf1928fc20360f544f7594b1e7..2e9d322956368bde978d1c8995d2c842bfbc4ae6 100644 (file)
@@ -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)