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

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

Re: Mark package as installed when use git


From: John Ankarström
Subject: Re: Mark package as installed when use git
Date: Tue, 13 Jun 2017 00:03:38 +0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (darwin)

Quick correction:

john@ankarstrom.se (John Ankarström) writes:

> So, the following should suffice:
>
>> (add-to-list 'load-path (concat my-user-emacs-directory
>> "contrib/org-mode/lisp"))
>
> (use-package org
>   :load-path "contrib/org-mode/lisp")

After sending the message I realize I might have been
unclear: I didn't mean to include the `add-to-list' code, which I
accidentally quoted from your message, Martin.

Sorry about that! If you use `use-package', you shouldn't need to
manually edit `load-path'.

- John



reply via email to

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