Variable: TeX-auto-private

TeX-auto-private is a customizable variable defined in tex.el.

Value

("/root/.emacs.d/auctex/auto")

Documentation

List of directories containing automatically generated AUCTeX style files.

These correspond to the personal TeX macros.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-auto-private
  (list (expand-file-name TeX-auto-local
                          (or (concat user-emacs-directory "auctex/")
                              "~/.emacs.d/auctex/")))
  "List of directories containing automatically generated AUCTeX style files.

These correspond to the personal TeX macros."
  :group 'TeX-file
  :type '(repeat (file :format "%v")))