From cb7fcdb74a9b96ca022b5ea1918460df4d4c5225 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Forment?= Date: Sat, 28 Feb 2026 20:30:23 +0100 Subject: [PATCH] Feat: make sure that the prelude is evaluated on startup --- src/init.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/init.rs b/src/init.rs index c5c7325..0d044bc 100644 --- a/src/init.rs +++ b/src/init.rs @@ -238,6 +238,7 @@ pub fn init(args: InitArgs) -> Init { } }; + app.evaluate_prelude(&link); app.mark_all_patterns_dirty(); Init {