emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Elpa twice in load-path


From: Rene
Subject: [O] Elpa twice in load-path
Date: Sat, 15 Jun 2013 03:14:18 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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






reply via email to

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