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

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

Re: load-path, howto


From: Evans Winner
Subject: Re: load-path, howto
Date: Wed, 04 Jun 2008 23:25:01 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"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]