Greg Bognar via General discussion about AUCTeX <[email protected]> writes:
Hi Greg, > Hi, I'm having a problem with TeX-style-path that I don't understand. > > In my config, I set the values for TeX-auto-global, TeX-auto-private, > TeX-auto-local, TeX-style-private, and TeX-style-local variables. > TeX-style-path is constructed from these. Please try setting your custom settings in `use-package's :init block rather than the :config block. That way, they'll be set *before* auctex is loaded rather than *after* it, and probably then your `TeX-style-path' will be constructed as you want it. Bye, Tassilo
