lurdan / ob-typescript

Emacs org-mode babel support for typescript
GNU General Public License v3.0
31 stars 12 forks source link

Make typescript command configurable #3

Closed togakangaroo closed 1 year ago

togakangaroo commented 3 years ago

This is useful so I can for example run this without a globally installed typescript by

(setq org-babel-command:typescript "npx -p typescript -- tsc")
lurdan commented 1 year ago

Thank you for this PR, and sorry for (too) late reaction.