From c97f013651a262a62e094b69655bc0adb504dfcc Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Wed, 7 Sep 2022 22:50:35 +0300 Subject: support automatic relative require in the ns macro --- init.fnl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'init.fnl') 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 -- cgit v1.2.3