Nick Dokos <nicholas.do...@hp.com> writes:

> Well, you are appending your stuff at the end of whatever emacs sets it to,
> so it prefers *its* directories over yours.

Understood.

This new load-path is better then :

(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")))

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

Thanks for pointing me on the right direction.

-- 
Nicolas Goaziou



_______________________________________________
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