help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: add directories to load-path


From: Bernardo
Subject: Re: add directories to load-path
Date: Tue, 15 Sep 2009 20:56:32 +1000
User-agent: Thunderbird 2.0.0.23 (X11/20090812)


How can I add directories to the load-path *including* all
subdirectories?

possibly by creating subdirs.el there, with this contents:

(if (fboundp 'normal-top-level-add-subdirs-to-load-path)
    (normal-top-level-add-subdirs-to-load-path))

however, i couldn't find any reference to subdirs.el trick in the documentation




reply via email to

[Prev in Thread] Current Thread [Next in Thread]