Auto-sync auctex from the new auctex main branch

main
Tassilo Horn 2024-04-23 17:51:12 +02:00
parent 3a26eaed20
commit f92cd1eaf7
1 changed files with 5 additions and 4 deletions

View File

@ -70,10 +70,11 @@
)
(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
:news "NEWS.org")
(auctex :url "https://git.savannah.gnu.org/git/auctex.git"
:branch "main"
:news "NEWS.org"
:make "elpa"
:doc ("doc/auctex.texi" "doc/preview-latex.texi"))
(aumix-mode :url nil)
(auto-correct :url nil)
(auto-header :url "https://git.sr.ht/~pkal/auto-header")