branch: main
commit 10a00ef52ace952f034929023040c3a834b96a26
Author: Arash Esbati <[email protected]>
Commit: Arash Esbati <[email protected]>
Update README.GIT for package-vc
* README.GIT: Update for activation and `package-vc-install'.
Thanks for David Fussner <[email protected]> for raising
this issue and offering a solution (Emacs bug#79729).
---
README.GIT | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.GIT b/README.GIT
index 4db9f1c2..60df85a7 100644
--- a/README.GIT
+++ b/README.GIT
@@ -32,3 +32,17 @@ will fail.
You will need to have a working and rather current copy of `makeinfo'
and `perl'.
+
+After the successful "make" run, you have to configure Emacs in order to
+run AUCTeX from your local Git repo. The following forms in your init
+file should suffice:
+
+ (load "~/path/to/auctex/auctex-autoloads.el" nil t t)
+ (with-eval-after-load 'info
+ (add-to-list 'Info-additional-directory-list
+ "~/path/to/auctex/doc"))
+
+If you're using the command `package-vc-install' to install AUCTeX, you
+can skip the forms above. Just remember to have the following setting:
+
+ (setq package-vc-allow-build-commands '(auctex))