Malabarba / latex-extra

A series of usability improvements for Emacs latex-mode.
GNU General Public License v3.0
69 stars 14 forks source link

Conflicts with auctex #37

Open tigerjack opened 4 months ago

tigerjack commented 4 months ago

When the latex-extra-mode is automatically enabled through

(add-hook 'LaTeX-mode-hook #'latex-extra-mode)

the local file variables are not loaded (f.e. the TeX-master variable). So, I suspect the mode interferes somehow with the normal functioning of the LaTeX-mode.

On the other hand, if I disable the hook and then load the latex-extra-mode after, I get the error

helm-M-x-execute-command: Cannot open load file: No such file or directory, tex-buf

which should have been fixed in https://github.com/Malabarba/latex-extra/pull/36

tigerjack commented 4 months ago

I fixed the error here https://github.com/Malabarba/latex-extra/pull/38