From 9f90aaa3918cf4b3dfcabdd72a9a89dd71555b8b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 3 Jan 2013 00:04:26 +0100 Subject: [PATCH] org-faq.org: Fix instructions for (package-initialize) --- org-faq.org | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) 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 -- 1.7.2.5