[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .emacs not loading libraries
From: |
John Mastro |
Subject: |
Re: .emacs not loading libraries |
Date: |
Sat, 17 Oct 2015 15:56:58 -0700 |
Mart van de Wege <mvdwege@gmail.com> wrote:
> Yep. I was unclear, when I mention .emacs.d/elpa I meant relative to my
> home dir; it has the tilde in it in the function calls adding it to my
> load-path.
You don't need to add "~/.emacs.d/elpa/" to your `load-path'. If you
inspect the value of `load-path' (e.g. `C-h v load-path RET') you'll see
that it already contains entries for the packages you've installed via
ELPA - this is part of what package.el does for you.
--
john
Message not available