From e9a23e136b8c5f1fb718af93c19cd6ed22d8c98c Mon Sep 17 00:00:00 2001 From: Justin Barclay Date: Thu, 23 May 2024 12:09:18 -0700 Subject: [PATCH] fix: Set janet-long-strings `t` as default option for janet-mode --- parinfer-rust-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/parinfer-rust-mode.el b/parinfer-rust-mode.el index 0d8bfab..4275af4 100644 --- a/parinfer-rust-mode.el +++ b/parinfer-rust-mode.el @@ -351,7 +351,8 @@ See `parinfer-rust--option-type' for a more complete explanation of the options. :type parinfer-rust--option-type :group 'parinfer-rust-options) -(defcustom parinfer-rust-janet-options '(:comment-char "#") +(defcustom parinfer-rust-janet-options '(:comment-char "#" + :janet-long-strings t) "Options to configure parinfer-rust for janet. See `parinfer-rust--option-type' for a more complete explanation of the options."