Skip to content

Commit

Permalink
fix: the fill-width option in repl-mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurawald committed Dec 1, 2024
1 parent f3dc5f3 commit a89771b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/lisp-mode/repl.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@
(defvar *lisp-repl-shortcuts* '())

(defmacro with-repl-prompt (() &body body)
`(let ((lem/prompt-window:*prompt-completion-window-shape* nil))
`(let ((lem/prompt-window:*prompt-completion-window-shape* nil)
(lem/prompt-window::*fill-width* nil))
,@body))

(defun repl-prompt-for-string (prompt &rest args)
Expand Down

0 comments on commit a89771b

Please sign in to comment.