From: Bastien Guerry Date: Wed, 2 Jan 2013 23:04:26 +0000 (+0100) Subject: org-faq.org: Fix instructions for (package-initialize) X-Git-Tag: release_7.9.3~6 X-Git-Url: http://orgmode.org/w/?p=worg.git;a=commitdiff_plain;h=9f90aaa3918cf4b3dfcabdd72a9a89dd71555b8b org-faq.org: Fix instructions for (package-initialize) --- diff --git a/org-faq.org b/org-faq.org index 0e09408..310bd96 100644 --- a/org-faq.org +++ b/org-faq.org @@ -659,10 +659,8 @@ system. #+begin_src emacs-lisp ;; change "~/elisp/" as appropiate (setq load-path (cons "~/elisp" load-path)) - - ;; Add the below lines *at the end* of your .emacs. This - ;; ensures that packages installed with package manager - ;; overrides other local installation + + ;; Add the below lines *at the beginning* of your .emacs. (require 'package) (package-initialize) #+end_src