branch: main commit ff3a10a7d8af5e0da1f4f179f22c4686bdcf5551 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
* auctex.el: Compile files in style subdir. --- auctex.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/auctex.el b/auctex.el index 4b4e73b2..815bc10c 100644 --- a/auctex.el +++ b/auctex.el @@ -28,6 +28,9 @@ ;;; Code: +(eval-when-compile + (byte-recompile-directory "style/" 0)) + (autoload 'TeX-load-hack (expand-file-name "tex-site.el" (file-name-directory load-file-name)))