Files
emacs.d/elpa/auctex-11.91.0/auctex.el.in
Mateus Pinto Rodrigues 58c3bd6728 Initial commit
2017-11-11 15:15:10 -02:00

11 lines
268 B
EmacsLisp

;;; auctex.el
;;
;; This can be used for starting up AUCTeX. The following somewhat
;; strange trick causes tex-site.el to be loaded in a way that can be
;; safely undone using (unload-feature 'tex-site).
;;
(autoload 'TeX-load-hack
@lisptexsite@)
(TeX-load-hack)