>>>>> Arash Esbati <[email protected]> writes:
> Colin Baxter <[email protected]> writes:
>> 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.
> Which AUCTeX version are you using? Can you try this:
> •️ emacs -Q •️ Eval (load (expand-file-name "~/path/to/auctex.el")
> nil t t) •️ Open a .tex file
It works for me. The load line has to be preceded by setting the
load-path, of course, as in:
(setq load-path (cons "/path/to/git/auctex" load-path))
Best Wishes,
Colin Baxter.