Skip to content

Commit

Permalink
fix: Set janet-long-strings t as default option for janet-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbarclay committed May 23, 2024
1 parent 7b2fe2d commit e9a23e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parinfer-rust-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit e9a23e1

Please sign in to comment.