branch: externals/auctex commit 5b97c3881a6ecd2481dc20594faee11a4ef32943 Author: Arash Esbati <ar...@gnu.org> Commit: Arash Esbati <ar...@gnu.org>
Add dependencies file auctex-pkg.el * auctex-pkg.el: Add new file containing AUCTeX's dependencies for ELPA releases. --- auctex-pkg.el | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/auctex-pkg.el b/auctex-pkg.el new file mode 100644 index 0000000..58cc6ef --- /dev/null +++ b/auctex-pkg.el @@ -0,0 +1,9 @@ +;; -*- no-byte-compile: t -*- + +(define-package "auctex" "12.1.1" "Integrated environment for *TeX*" + '((emacs "24.1") (cl-lib "0.5")) + :url "https://www.gnu.org/software/auctex/" + :keywords '("TeX" "LaTeX" "Texinfo" "ConTeXt" "docTeX" + "preview-latex")) + +(setq byte-compile-warnings '(not unresolved)) _______________________________________________ auctex-diffs mailing list auctex-di...@gnu.org https://lists.gnu.org/mailman/listinfo/auctex-diffs