fix: fix elisp shadowing clojure.core warnings #23
@@ -1,9 +1,9 @@
|
|||||||
(ns net.deertopia.publisher.elisp
|
(ns net.deertopia.publisher.elisp
|
||||||
(:require
|
(:require [clojure.core.match :refer [match]]
|
||||||
[clojure.core.match :refer [match]]
|
[clojure.java.io :as io]
|
||||||
[clojure.java.io :as io]
|
[clojure.spec.alpha :as s]
|
||||||
[clojure.spec.alpha :as s]
|
[instaparse.core :as ip])
|
||||||
[instaparse.core :as ip]))
|
(:refer-clojure :exclude [print read read-string]))
|
||||||
|
|
||||||
(ip/defparser read*
|
(ip/defparser read*
|
||||||
(io/resource "net/deertopia/publisher/elisp/grammar"))
|
(io/resource "net/deertopia/publisher/elisp/grammar"))
|
||||||
|
|||||||
Reference in New Issue
Block a user