emacs-devel
[Top][All Lists]
Advanced

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

Re: Customizable modes and package.el


From: Stefan Monnier
Subject: Re: Customizable modes and package.el
Date: Sat, 28 Mar 2015 08:26:35 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Now, my users usually install my package via ELPA, and by default,
> ELPA packages do not become available until *after* the init file was
> loaded.

> What did I do wrong?

You forgot to tell them to add

    (package-initialize)

at the beginning of their ~/.emacs.

And yes, the user shouldn't have to do that by hand, but currently,
that's where we're at.


        Stefan



reply via email to

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