Skip to content

Commit

Permalink
Use :build (:not autoloads) in Org recipes (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
progfolio committed Jan 8, 2021
1 parent 6a273d1 commit a32c97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straight.el
Original file line number Diff line number Diff line change
Expand Up @@ -2810,7 +2810,7 @@ Otherwise return nil."
;; `org-version' depends on repository tags.
:depth full
;; Org's make autoloads generates org-verison.el.
:no-autoloads t
:build (:not autoloads)
:local-repo "org"
:pre-build
,(list
Expand Down

0 comments on commit a32c97c

Please sign in to comment.