From 4939b93c2721c8aa4dc88a7b8190dd43e3badfdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Blanqui?= Date: Tue, 3 Jan 2023 16:46:45 +0100 Subject: [PATCH] update doc --- doc/emacs.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/doc/emacs.rst b/doc/emacs.rst index de109351f..f8f158e5c 100644 --- a/doc/emacs.rst +++ b/doc/emacs.rst @@ -39,20 +39,13 @@ Installation ------------ The ``lambdapi-mode`` can be installed from `MELPA -`__ using any package manager of Emacs +`__ using any package manager (``package.el``, `straight -`__, …). Provided that Emacs +`__, …). Provided that Emacs is properly configured (see https://melpa.org/#/getting-started to configure Emacs to use MELPA), the mode can be installed with ``M-x package-install RET lambdapi-mode``. -If you have `use-package`_, it can be automatically installed by -adding to your configuration file: - - .. code:: emacs-lisp - - (use-package lambdapi-mode) - Usage -----