auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] [elpa] externals/auctex 83d68ae 02/23: Add use-package re


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex 83d68ae 02/23: Add use-package recipe to installation info docs
Date: Sat, 23 Jan 2021 04:10:05 -0500 (EST)

branch: externals/auctex
commit 83d68ae7b43bb07b59d49748fc7099968bfd712e
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Add use-package recipe to installation info docs
    
    * doc/install.texi (Installation): Add use-package recipe.
---
 doc/install.texi | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/doc/install.texi b/doc/install.texi
index 0e88cec..ce83e49 100644
--- a/doc/install.texi
+++ b/doc/install.texi
@@ -17,10 +17,21 @@ The modern and strongly recommended way of installing 
@AUCTeX{} is by
 using the Emacs package manager integrated in Emacs 24 and greater
 (@acronym{ELPA}).  Simply do @kbd{M-x list-packages RET}, mark the
 auctex package for installation with @kbd{i}, and hit @kbd{x} to execute
-the installation procedure.  That's all.  This installation procedure
-has several advantages.  Besides being platform and @acronym{OS}
-independent, you will receive intermediate releases between major
-@AUCTeX{} releases conveniently.  For past @acronym{ELPA} releases, see
+the installation procedure.  That's all.
+
+@code{use-package} users can use this simple recipe in their
+@code{user-init-file} which essentially does the same as the manual
+installation explained above.
+
+@example
+(use-package tex-mode
+  :ensure auctex)
+@end example
+
+Using the @acronym{ELPA} version has several advantages.  Besides being
+platform and @acronym{OS} independent, you will receive intermediate
+bugfix releases between major @AUCTeX{} releases conveniently.  For past
+@acronym{ELPA} releases, see
 @url{https://elpa.gnu.org/packages/auctex.html}.
 @ifclear rawfile
 Once the installation is completed, you can skip the rest of this




reply via email to

[Prev in Thread] Current Thread [Next in Thread]