efaq: Changing load-path

 
 5.17 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:
 
      (add-to-list 'load-path "/dir/subdir/")
 
    To do this relative to your home directory:
 
      (add-to-list 'load-path "~/mysubdir/")