all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Elpa twice in load-path
@ 2013-06-15  3:14 Rene
  2013-06-27 15:26 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Rene @ 2013-06-15  3:14 UTC (permalink / raw)
  To: emacs-orgmode

The way elpa works, it automatically adds packages to `load-path'.  There is
therefore no need to have such a line

  (add-to-list 'load-path (or (file-name-directory #$) (car load-path)))

in the `package-autoloads.el" file.

Besides, having such a line leads to adding twice the same directory to
`load-path', a normal one and one with a trailing `/'.  In the case of the
org package:

  "/home/dir/.emacs.d/elpa/org-20130610"
  "/home/dir/.emacs.d/elpa/org-20130610/"

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-30 22:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-15  3:14 Elpa twice in load-path Rene
2013-06-27 15:26 ` Bastien
2013-06-28 10:01   ` Rene
2013-06-28 10:48     ` Achim Gratz
2013-06-28 13:16       ` Rene
2013-06-30 21:13         ` Bastien

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.