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: henry atting
Subject: Re: add directories to load-path
Date: Wed, 16 Sep 2009 09:09:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

On Di, Sep 15 2009, Gnutux wrote:

> That should do the job. :-)
>
> ; Load recursively a folder
> (defconst elisp-path '("~/.emacs.d"))
> (mapcar '(lambda(p)
>            (add-to-list 'load-path p)
>            (cd p) (normal-top-level-add-subdirs-to-load-path)) elisp-path)
>
>

You made your point absolutely clear ;)

Thanks to all

henry

-- 
http://literaturlatenight.de


reply via email to

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