projects
/
worg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
36147db
)
org-faq.org: Fix instructions for (package-initialize)
author
Bastien Guerry
<bzg@altern.org>
Wed, 2 Jan 2013 23:04:26 +0000 (
00:04
+0100)
committer
Bastien Guerry
<bzg@altern.org>
Wed, 2 Jan 2013 23:04:26 +0000 (
00:04
+0100)
org-faq.org
patch
|
blob
|
history
diff --git
a/org-faq.org
b/org-faq.org
index
0e09408
..
310bd96
100644
(file)
--- 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