You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-emacs/auctex/files/50auctex-gentoo.el

9 lines
157 B

;;; auctex site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(require 'tex-site)
;; detect needed steps after rebuild
(setq TeX-parse-self t)