diff options
author | jao <jao@gnu.org> | 2021-08-08 01:10:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-08-08 01:10:22 +0100 |
commit | d7b9e3ebe4e0874ea51f4f9430eb874143d7a424 (patch) | |
tree | a85414686b51ebc512e06f9ea434980f4af66b58 /readme.org | |
parent | 4099dce8f5f17cce8f292cdf0bc1bf2e5cb6975c (diff) | |
download | geiser-d7b9e3ebe4e0874ea51f4f9430eb874143d7a424.tar.gz geiser-d7b9e3ebe4e0874ea51f4f9430eb874143d7a424.tar.bz2 |
documentation: mention to the new NonGNU ELPA packages
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -31,7 +31,7 @@ of the supported scheme implementations. The following schemes are supported via an independent package, - installable from MELPA: + installable from either NonGNU ELPA or MELPA: - Chez 9.4 or better, via [[https://gitlab.com/emacs-geiser/chez][geiser-chez]] - Chibi 0.7.3 or better, via [[https://gitlab.com/emacs-geiser/chibi][geiser-chibi]] @@ -46,9 +46,12 @@ * Installation -*** Using MELPA +*** Using ELPA - The easiest way is to use MELPA, and just type + Geiser is available in the ELPA repositories [[https://elpa.nongnu.org/nongnu/geiser.html][NonGNU ELPA]] + (pre-configured by default as a source starting in Emacs 28) and + MELPA. So the easiest way is to use the ELPA package, and just + type =M-x package-install RET geiser-<implementation>= |