mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -05:00
lang/org: fix org-ditaa jar paths
Now also includes contrib/scripts in org-mode's build directory.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user