>>>>> Arash Esbati <ar...@gnu.org> writes: <snip> >> Hmm, it would be better for local Git repo users who still have >> (load "~/Development/auctex/auctex.el nil t t)
> Does this form work at all? I tried that in my init file, > restarted Emacs, opened a .tex file and get: > File mode specification error: (void-function LaTeX-mode) I think you may need the full path. I always use (load "/home/username/git/auctex/auctex.el" nil t t) and have never had any problems. Best wishes, Colin Baxter.