summaryrefslogtreecommitdiff
path: root/init.fnl
diff options
context:
space:
mode:
authorAndrey Listopadov <andreyorst@gmail.com>2022-09-07 22:50:35 +0300
committerAndrey Listopadov <andreyorst@gmail.com>2022-09-07 22:50:35 +0300
commitc97f013651a262a62e094b69655bc0adb504dfcc (patch)
tree5391922c16026efe0abdbfb6dffa700359aa2bd4 /init.fnl
parent75a3214d5b04cbd3ca4ca1ce2f07d9ea0da952b1 (diff)
support automatic relative require in the ns macro
Diffstat (limited to 'init.fnl')
-rw-r--r--init.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.fnl b/init.fnl
index 1e87284..ccb705f 100644
--- a/init.fnl
+++ b/init.fnl
@@ -31,8 +31,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM‚ DAMAGES OR OTHER
LIABILITY‚ WHETHER IN AN ACTION OF CONTRACT‚ TORT OR OTHERWISE‚ ARISING FROM‚
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE."
- (:require [lazy-seq :as lazy]
- [itable :as itable]))
+ (:require [lazy-seq :as lazy :relative]
+ [itable :as itable :relative]))
;;; Utility functions