Tassilo Horn <[email protected]> writes:
> Done, master is gone.
Thanks, Tassilo.
> So now everybody who has a master branch checked out tracking
> origin/master, please do
>
> # Make sure you have the remote auctex-13 branch
> git fetch origin
> # Rename your local master branch to auctex-13
> git branch -m master auctex-13
> # Make your local auctex-13 branch track upstream auctex-13
> git branch --set-upstream-to=origin/auctex-13 auctex-13
And IIUC loading AUCTeX out of the local repo now only needs:
(load "~/development/auctex/auctex-autoloads.el" nil t t)
instead of the old:
(setq TeX-data-directory "~/development/auctex"
TeX-lisp-directory TeX-data-directory)
(load "~/development/auctex/auctex.el" nil t t)
(load "~/development/auctex/preview-latex.el" nil t t)
Best, Arash