From 6517af47b379bf1f8c4aca8e75bc4a97cac666e0 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 23 Sep 2022 21:18:53 +0300 Subject: [PATCH] FIXED: sweep-init-args separate arguments --- sweep.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sweep.el b/sweep.el index 9aa5868..b2b49a9 100644 --- a/sweep.el +++ b/sweep.el @@ -123,9 +123,10 @@ inserted to the input history in `sweep-top-level-mode' buffers." (defcustom sweep-init-args (list "-q" "--no-signals" - "-g [library(sweep)]") + "-g" + "[library(sweep)]") "List of strings used as initialization arguments for Prolog." - :package-version '((sweep "0.1.0")) + :package-version '((sweep "0.3.1")) :type '(list string) :group 'sweep) -- 2.39.2