mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix +eval:region sending whole buffer to REPL #1941
This commit is contained in:
@ -8,7 +8,7 @@
|
|||||||
(interactive "<r>")
|
(interactive "<r>")
|
||||||
(if (and (fboundp '+eval--ensure-in-repl-buffer)
|
(if (and (fboundp '+eval--ensure-in-repl-buffer)
|
||||||
(+eval--ensure-in-repl-buffer))
|
(+eval--ensure-in-repl-buffer))
|
||||||
(+eval/send-region-to-repl (point-min) (point-max))
|
(+eval/send-region-to-repl beg end)
|
||||||
(+eval/region beg end)))
|
(+eval/region beg end)))
|
||||||
|
|
||||||
;;;###autoload (autoload '+eval:replace-region "tools/eval/autoload/evil" nil t)
|
;;;###autoload (autoload '+eval:replace-region "tools/eval/autoload/evil" nil t)
|
||||||
|
Reference in New Issue
Block a user