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

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

Re: How to develop a local fork of a package?


From: Alessandro Bertulli
Subject: Re: How to develop a local fork of a package?
Date: Mon, 05 Sep 2022 00:40:25 +0200
User-agent: mu4e 1.8.9; emacs 29.0.50

It works! The trick was to first modify the load-path, then to call
(package-initialize). That way, calling (require 'org-ref) loaded the
git local version of the package.

Now the only point left is that, as you said, the delete call will break
when the package gets updated. I'll turn it into a regex version when I
have time.

Anyway, thanks to you and to Emanuel!

Alessandro



reply via email to

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