Variable: TeX-style-private
TeX-style-private is a customizable variable defined in tex.el.
Value
("/root/.emacs.d/auctex/style")
Documentation
List of directories containing hand-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-style-private
(list (expand-file-name TeX-style-local
(or (concat user-emacs-directory "auctex/")
"~/.emacs.d/auctex/")))
"List of directories containing hand-generated AUCTeX style files.
These correspond to the personal TeX macros."
:group 'TeX-file
:type '(repeat (file :format "%v")))