]> git.eshelyaron.com Git - sweep.git/commitdiff
FIXED: sweep-init-args separate arguments
authorEshel Yaron <me@eshelyaron.com>
Fri, 23 Sep 2022 18:18:53 +0000 (21:18 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 23 Sep 2022 18:32:22 +0000 (21:32 +0300)
sweep.el

index 9aa586882ab2f248c0b134a739458f20319cffae..b2b49a9be6bafa9e5320032a19e47979c86de198 100644 (file)
--- 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)