At Sun, 12 Jul 2009 23:47:12 +0200,
Nicolas Goaziou wrote:

> (setq load-path
>       (append (list
>                "~/.emacs.d/elisp"
>                "~/.emacs.d/elisp/yasnippet-0.5.10"
>                "~/.emacs.d/elisp/magit"
>                "~/.emacs.d/elisp/org-mode/lisp"
>                "~/.emacs.d/elisp/org-mode/contrib/lisp")
>               load-path
>               (list
>                "~/.emacs.d/etc")))

You might find it easier to use add-to-list which prepends entries to
the list...

> As a side note, .emacs.d/etc, holding my gnus.el must be put at the end.
> Otherwise, I get some load recursive error.

with gnus, isn't it easier/better to simply have a ~/.gnus file?  But
it's been a while since I used gnus so possibly ignore this comment!


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to