Nick Dokos <[email protected]> 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.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode