unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Mark package as installed when use git
@ 2017-06-12 13:11 Martin
  2017-06-12 16:59 ` John Ankarström
  0 siblings, 1 reply; 6+ messages in thread
From: Martin @ 2017-06-12 13:11 UTC (permalink / raw)
  To: help-gnu-emacs

Hi there,

I use org-mode from github with in my init.el:

(add-to-list 'load-path (concat my-user-emacs-directory "contrib/org-mode/lisp"))
(add-to-list 'load-path (concat my-user-emacs-directory "contrib/org-mode/contrib/lisp"))
(require 'org)

And later I like to use pandoc for export:

(use-package orgbox :ensure t)

So now this use-package will install org also from melpa.  Is there a
way to avoid that?  So like tell package.el that org is allready
installed, don't check that dependency?

Thanks,
Martin

-- 
Thanks for your help!



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-06-13 11:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-12 13:11 Mark package as installed when use git Martin
2017-06-12 16:59 ` John Ankarström
2017-06-12 17:03   ` John Ankarström
2017-06-12 18:24     ` Martin
2017-06-13 10:14       ` John Ankarström
2017-06-13 11:20         ` Martin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).