lang/org: fix org-ditaa jar paths
Now also includes contrib/scripts in org-mode's build directory.
This commit is contained in:
parent
bddb2b2a2d
commit
f621ff8047
2 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
(package! org-mode
|
||||
:recipe (:host github
|
||||
:repo "emacs-straight/org-mode"
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el")
|
||||
:files ("*.el" "lisp/*.el" "contrib/lisp/*.el" "contrib/scripts")
|
||||
;; HACK A necessary hack because org requires a compilation step
|
||||
;; after being cloned, and during that compilation a
|
||||
;; org-version.el is generated with these two functions, which
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue