[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how to shadow a library from elpa
From: |
Jambunathan K |
Subject: |
Re: how to shadow a library from elpa |
Date: |
Tue, 11 Sep 2012 04:27:03 +0530 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Seweryn Kokot <address@hidden> writes:
> Hello,
>
> I see that all elpa packages are at the beginning of load-path variable,
> however
> I need for a single library to be earlier in the load-path and to shadow the
> elpa package of the same name. How to do it in my .emacs file?
There is an option to disable packages with
M-x customize-variable RET package-load-list RET
> Thanks in advance,
> Seweryn
>
>
>
--