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

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

Re: load-path, howto


From: Rich E
Subject: Re: load-path, howto
Date: Wed, 4 Jun 2008 23:25:15 -0700

Ah, how nice.  Thanks for being a second pair of eyes, better than mine :)

That fixed it by the way.

-rich

On Wed, Jun 4, 2008 at 10:25 PM, Evans Winner <thorne@timbral.net> wrote:
"Rich E" <reakinator@gmail.com> writes:

   Hi,

   I am just deciding to keep my extra emacs scripts
   locally, in .emacs.d/scripts, so they do not disappear
   when I reinstall.

   I have added this line to my .emacs file:
   (add-to-list 'load-path "/home/r/emacs.d/scripts")

Should this read --

    (add-to-list 'load-path "/home/r/.emacs.d/scripts")

-- with the ``.'' mark added?

   and:
   (require 'doxymacs)

I have never used doxymacs.el.  Does it have a
(provide 'doxymacs) statement somewhere in it?



reply via email to

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