[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Drop tarball releases and go ELPA only
From: |
Arash Esbati |
Subject: |
Re: Drop tarball releases and go ELPA only |
Date: |
Fri, 26 Jul 2024 09:58:03 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tassilo Horn <tsdh@gnu.org> 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
- Re: Drop tarball releases and go ELPA only, (continued)
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/07/10
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/12
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/07/24
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/25
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/07/25
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/26
- Re: Drop tarball releases and go ELPA only,
Arash Esbati <=
- Re: Drop tarball releases and go ELPA only, Uwe Brauer, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Uwe Brauer, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Uwe Brauer, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Arash Esbati, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Uwe Brauer, 2024/07/26
- Re: Drop tarball releases and go ELPA only, Tassilo Horn, 2024/07/26
- Difficulty about replacing `find-tag' (Re: Drop tarball releases and go ELPA only), Ikumi Keita, 2024/07/26
- Re: Difficulty about replacing `find-tag' (Re: Drop tarball releases and go ELPA only), Uwe Brauer, 2024/07/26