[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .emacs not loading libraries
From: |
Mart van de Wege |
Subject: |
Re: .emacs not loading libraries |
Date: |
Sat, 17 Oct 2015 20:59:27 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Teemu Likonen <tlikonen@iki.fi> writes:
> Mart van de Wege [2015-10-17 14:58:02+02] wrote:
>
>> I've installed a bunch of libraries from elpa, and I found at least
>> one of them is not available unless I do an explicit M-x load-library
>>
>> Now, I thought to add that to my .emacs, but neither (load-library
>> "org-alert") nor (require 'org-alert) works. What am I doing wrong?
>
> I think Elpa directories are not in load-path at the Emacs init time. If
> you insert
>
> (package-initialize)
>
> in your init file Emacs becoems aware of Elpa packages.
Yes, that fixed it. Thanks.
--
"We will need a longer wall when the revolution comes."
--- AJS, quoting an uncertain source.
Message not available
- Re: .emacs not loading libraries,
Mart van de Wege <=