Fix non-default REPL's format of command name.

This commit is contained in:
daanturo 2021-03-13 12:17:42 +07:00
parent d667a2a292
commit bac1ff173d

View file

@ -71,7 +71,7 @@
(format "+%s/open-%srepl" module
(if (string= repl "default")
""
repl))))))
(concat repl "-")))))))
(let ((region (if (use-region-p)
(buffer-substring-no-properties (region-beginning)
(region-end)))))