Skip to content

Commit b06dff3

Browse files
authored
Emmy-plugin live (#353)
1 parent aab6a91 commit b06dff3

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

-30.6 KB
Loading

src/mentat_collective/emmy/helloeuroffice.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
:clay {:title "Emmy and the EurOffice Spreadsheet"
33
:quarto {:author :kloimhardt
44
:type :post
5-
:draft true
65
:description "Coding Clojure with scittle-kitchen in the FOSS EurOffice suite"
76
:date "2026-04-16"
87
:image "helloemmy.gif"
@@ -14,7 +13,7 @@
1413
time infinite? abs ref partial =])
1514
(:require [scicloj.kindly.v4.api :as kindly]
1615
[scicloj.kindly.v4.kind :as kind]
17-
[mentat-collective.emmy.scheme :refer [define define-1 let-scheme lambda] :as scheme]
16+
[mentat-collective.emmy.scheme :refer [define let-scheme lambda] :as scheme]
1817
[emmy.env :refer :all]))
1918

2019
;; [EurOffice](https://github.com/Euro-Office), the AGPL licensed collaborative document editing software which runs its spreadsheets in the browser, can be extended via plugins using JavaScript.

0 commit comments

Comments
 (0)