Nick Dokos wrote: > I got tired of dealing with info setup in .emacs and have resorted to > setting the following env variable in my .profile: > INFOPATH= > /home/nick/src/emacs/org/org-mode/doc:/usr/local/info:/usr/local/share/info:/usr/info:/usr/share/info
If you see the texinfo docs http://www.gnu.org/s/hello/manual/texinfo/Other-Info-Directories.html it suggests that ending the path with colon appends the builtin directories (So you only need the first one) Also described in the emacs variable Info-directory-list. [Not tried]