branch: scratch/ediprolog commit d30bc3dd59aec4da5411bf4bf046750361285b13 Author: Markus Triska <tri...@metalevel.at> Commit: Markus Triska <tri...@metalevel.at>
explain installation of ediprolog via GNU ELPA --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e537570db9..c48fcfd061 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ See also [PceProlog](https://www.metalevel.at/pceprolog/). # Installation -Copy [ediprolog.el](ediprolog.el) to your `load-path` and add to your `.emacs`: +With Emacs≥24.1, the simplest way to install ediprolog is to use +Emacs's built-in *package manager* via the key sequence: + + M-x package-install RET ediprolog RET + +Alternatively, copy [ediprolog.el](ediprolog.el) to your `load-path` +and add to your `.emacs`: (require 'ediprolog) (global-set-key [f10] 'ediprolog-dwim)