From 71d538630b226da37e4ef21c5a84d6fad5f55421 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Thu, 7 Apr 2022 22:32:53 +0200 Subject: fix(load plugin): correct loading err --- fnl/config/ncomment.fnl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'fnl/config/ncomment.fnl') diff --git a/fnl/config/ncomment.fnl b/fnl/config/ncomment.fnl index 68d4c97..b71fd1e 100644 --- a/fnl/config/ncomment.fnl +++ b/fnl/config/ncomment.fnl @@ -19,8 +19,7 @@ :key (get-type ctx U) :location (get-location ctx U)}))) -(let [(ok? ncomment) util.load-plugin :Comment] - (when ok? - (ncomment.setup - {:pre_hook (fn [ctx] - (pre-hook ctx))}))) +(let [ncomment (util.load-plugin :Comment)] + (ncomment.setup + {:pre_hook (fn [ctx] + (pre-hook ctx))})) -- cgit v1.2.3-70-g09d2