The above configuration will always enable the above packages during the starting process of Emacs, but I want to conditionally activate helm-bibtex when AUCTeX's LaTeX-mode is called and enabled.
For this purpose, it seems that the mode hook based method should be used, but I don't know what's the appropriate hooks defined in helm-bibtex which can help me to achieve this goal.
Any tips will be appreciated.
I'm using the following configuration for
helm-bibtex
:The above configuration will always enable the above packages during the starting process of Emacs, but I want to conditionally activate
helm-bibtex
when AUCTeX'sLaTeX-mode
is called and enabled.For this purpose, it seems that the mode hook based method should be used, but I don't know what's the appropriate hooks defined in
helm-bibtex
which can help me to achieve this goal. Any tips will be appreciated.See here for the related discussion.
Regards, Zhao