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

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

Re: How to customize load-path in v21.2.1?


From: Stefan Monnier <address@hidden>
Subject: Re: How to customize load-path in v21.2.1?
Date: 29 Oct 2002 14:06:38 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

>>>>> "Da" == Da Witch <heather710101@yahoo.com> writes:
> In 20.7.2, the last line in the *Help* buffer for describe-variable
> load-path is "You can customize this variable."  (The word "customize"
> is a link to a customization screen.)  This line does not appear in
> 21.2.1.

Indeed.  Customization of `load-path' was available under Emacs-20
but was turned off for Emacs-21 because it didn't do the right thing (it
hardcoded paths that change from version to version).

Just use (add-to-list 'load-path "/where/ever/I/put/my/elisp/files")


        Stefan


reply via email to

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