Skip to content

Commit

Permalink
add clojure.instant as alias inst
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-wa committed Nov 30, 2023
1 parent 8bf7b2d commit 2a4e92e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/cq/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
(require 'com.rpl.specter)
(require 'camel-snake-kebab.core)
(require 'xml-in.core)
(require 'clojure.instant)

(def specter-bindings
(let [publics (ns-publics (the-ns 'com.rpl.specter))]
Expand All @@ -30,7 +31,9 @@
{:alias 'm}
'com.rpl.specter
{:alias 's
:bindings-override specter-bindings}})
:bindings-override specter-bindings}
'clojure.instant
{:alias 'inst}})

(defn ns-spec->sci-ns
[ns spec]
Expand Down

0 comments on commit 2a4e92e

Please sign in to comment.