From emacs-straight/org-mode@3106837

Fixes #2993
This commit is contained in:
Henrik Lissner 2020-04-28 14:39:10 -04:00
parent 82f9dc2566
commit d34633cb0a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -27,7 +27,7 @@
:recipe (:host github
:repo "emacs-straight/org-mode"
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el"))
:pin "31068373dc")
:pin "e68ae40bdb")
;; ...And prevent other packages from pulling org; org-plus-contrib satisfies
;; the dependency already: https://github.com/raxod502/straight.el/issues/352
(package! org :recipe (:local-repo nil))