Re: emacs el files
- From: HASM <not_really@xxxxxxxxxxx>
- Date: Fri, 30 Dec 2005 14:36:55 -0800
Walter Mitty <mitticus@xxxxxxxxx> writes:
> Could someone please tell me in which if the plethora of emacs
> directories I should place a new el file so that emacs can find it by
> just refencing the file name with no path?
Anywhere in load-path, obviously :-)
Type "C-h v" then enter "load-path<return>" and you'll see your current
load path.
You should probably create a directory to store your custom .el files and
then add that directory to your load-path, in your init file, with something
like:
(add-to-list 'load-path "/path/to/custom/el/files")
-- HASM
.
- Prev by Date: Re: emacs el files
- Next by Date: Re: How to make an iso image of a riff-cdxa cd with dd?
- Previous by thread: Re: emacs el files
- Index(es):
Relevant Pages
|