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: Sebastian Wiesner
Subject: Re: Customizable modes and package.el
Date: Sat, 28 Mar 2015 15:59:13 +0100

2015-03-28 13:26 GMT+01:00 Stefan Monnier <address@hidden>:
>> 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.

If I am to tell them that, I might just as well tell them to simply
use "(add-hook 'after-init-hook #'global-flycheck-mode)".

Correct me if I'm wrong, but isn't one of the purposes of customize to
avoid the need to manually add code to your init file?



reply via email to

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