emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] main f0622d0755: Hopefully fix auctex 14 with temporal workaround


From: Tassilo Horn
Subject: [elpa] main f0622d0755: Hopefully fix auctex 14 with temporal workaround
Date: Fri, 9 Feb 2024 08:26:47 -0500 (EST)

branch: main
commit f0622d07555fd35b47397f914c08acf480a41383
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    Hopefully fix auctex 14 with temporal workaround
---
 elpa-packages | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 8d4d52c352..579f793bd0 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -68,9 +68,13 @@
  ;;  :doc "assess-doc.org")
  (async                        :url "https://github.com/jwiegley/emacs-async";
   :ignored-files ("COPYING"))
- (auctex               :url "https://git.savannah.gnu.org/git/auctex.git";
-  ;; AUCTeX is currently sync'd manually and elpa.git isn't quite a mirror :-(
-  :manual-sync t)
+ ( auctex              :url "https://git.savannah.gnu.org/git/auctex.git";
+   ;; AUCTeX is currently sync'd manually and elpa.git isn't quite a mirror :-(
+   :manual-sync t
+   ;; Hopefully fix auctex 14.x installation issues.  The tex-site.el
+   ;; autoloads must come first in the autoloads file but ELPA
+   ;; generates them in alphabetical file name order.
+   :shell-command "(echo \"(require 'tex-site)\"; if [ -f auctex-autoloads.el 
]; then cat auctex-autoloads.el; fi) > _tmp_.el; mv _tmp_.el 
auctex-autoloads.el"
  (aumix-mode           :url nil)
  (auto-correct         :url nil)
  (auto-header           :url "https://git.sr.ht/~pkal/auto-header";)



reply via email to

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