Re: emacs el files



On 30 Dec 2005 22:23:59 GMT, Walter Mitty wrote:
> 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?

Hmmm, my ~/.emacs has
(setq load-path (append (list "~$HOME/lisp") load-path)) ;; customized lisp file
which is the lisp directory where I store my .el files.
.



Relevant Pages