[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to shadow a library from elpa
From: |
Seweryn Kokot |
Subject: |
Re: how to shadow a library from elpa |
Date: |
Tue, 11 Sep 2012 07:41:36 +0000 (UTC) |
User-agent: |
Loom/3.14 (http://gmane.org/) |
Jambunathan K <kjambunathan <at> gmail.com> writes:
> There is an option to disable packages with
>
> M-x customize-variable RET package-load-list RET
>
Thanks, unfortunately it didn't helped in my case.
I tried (setq package-load-list '((popup nil) all))
but another package (auto-complete) requires popup-0.5 package from
the elpa repository, so auto-complete is not loaded either.
I solved the problem using after-init-hook and forced to reload
popup.el library and left package-load-list as it is by default. It's
not elegant but at least it works.
P.S. I meant to send this message to gmane.emacs.help, sorry.