branch: main
commit f0622d07555fd35b47397f914c08acf480a41383
Author: Tassilo Horn <t...@gnu.org>
Commit: Tassilo Horn <t...@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