mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
feature/eval: :repl! = open repl in same window
This commit is contained in:
@ -19,5 +19,5 @@
|
||||
:move-point nil
|
||||
(interactive "<r><!>")
|
||||
(if (evil-normal-state-p)
|
||||
(+eval/open-repl)
|
||||
(+eval/open-repl bang)
|
||||
(+eval/send-region-to-repl beg end bang)))
|
||||
|
Reference in New Issue
Block a user