Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -3809,6 +3809,11 @@ Quote newlines if ARG isn't 1."
(if (and leftp (= (point) (region-end)))
(exchange-point-and-mark))))))

(defun lispy-stringify-oneline ()
"Call `lispy-stringify' with a non-1 argument."
(interactive)
(lispy-stringify 0))

(defun lispy-unstringify ()
"Unquote string at point."
(interactive)
Expand Down