GNU Info

Info Node: (efaq)Changing load-path

(efaq)Changing load-path


Next: Using an already running Emacs process Prev: Checking TeX and *roff documents Up: Common requests
Enter node , (file) or (file)node

How do I change `load-path'?
============================

   In general, you should only add to the `load-path'.  You can add
directory /DIR/SUBDIR to the load path like this:

     (setq load-path (cons "/dir/subdir/" load-path))

   To do this relative to your home directory:

     (setq load-path (cons "~/mysubdir/" load-path)


automatically generated by info2www version 1.2.2.9