help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .emacs not loading libraries


From: Teemu Likonen
Subject: Re: .emacs not loading libraries
Date: Sat, 17 Oct 2015 18:38:12 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5.50 (gnu/linux)

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.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]