mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Merge pull request #4792 from daanturo/fix-prompt-for-repl
Fix non-default REPL's format of command name.
This commit is contained in:
@ -71,7 +71,7 @@
|
|||||||
(format "+%s/open-%srepl" module
|
(format "+%s/open-%srepl" module
|
||||||
(if (string= repl "default")
|
(if (string= repl "default")
|
||||||
""
|
""
|
||||||
repl))))))
|
(concat repl "-")))))))
|
||||||
(let ((region (if (use-region-p)
|
(let ((region (if (use-region-p)
|
||||||
(buffer-substring-no-properties (region-beginning)
|
(buffer-substring-no-properties (region-beginning)
|
||||||
(region-end)))))
|
(region-end)))))
|
||||||
|
Reference in New Issue
Block a user