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: Emanuel Berg
Subject: Re: How to develop a local fork of a package?
Date: Sat, 03 Sep 2022 15:26:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Alessandro Bertulli wrote:

> (add-to-list 'load-path (expand-file-name "git_packages/org-ref/"))
> (delete "/home/alessandro/.emacs.d/elpa/org-ref-20220830.1210" load-path)
> (package-initialize)
>
> But then, no matter which one of these I use
>
> (require 'org-ref)
> (load "~/.emacs.d/git_packages/org-ref/org-ref")
> (use-package org-ref
>   :ensure nil
>   :load-path "~/.emacs.d/git_packages/org-ref/org-ref.el")
>
> I always get errors

What errors?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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