This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;;; ob-babashka.el --- org-babel functions for ClojureScript evaluation -*- lexical-binding: t; -*- | |
;; Author: Adam James Vermeer | |
;; Maintainer: Adam James Vermeer | |
;; Created: 25 June 2021 | |
;; Keywords: literate programming, reproducible research, babashka, clojure, scripting | |
;; Homepage: https://gist.github.com/adam-james-v/f4d2b75a70b095d14a351a1eff96b4b0 | |
;; Package-Requires: ((emacs "24.4") (org "9.0")) | |
;; This file is modified from [[https://github.com/emacsmirror/ob-clojurescript/blob/master/ob-clojurescript.el][ob-clojurescript]] |