Re: emacs el files



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

.



Relevant Pages

  • Re: python-mode in emacs
    ... installed by ports. ... emacs is looking. ... Assuming it is missing for you, then you could add something like this ... one way to add a path to the beginning of the `load-path' list is: ...
    (freebsd-questions)
  • Re: emacs and Muse on windows
    ... compile the file to obtain this: ... Not an expert (with Muse or Emacs) but you might need to make sure ... If it is a load-path issue, ...
    (comp.emacs)
  • Re: Where can I find a good C editor (free)
    ... Rune, Maybe your (emacs) load path (i.e., the one that ... searches for packages) has gotten disconbobulated? ...
    (comp.dsp)