J3RN / inf-elixir

An Emacs plugin for interacting with an Elixir REPL
GNU General Public License v3.0
44 stars 10 forks source link

Add an option to do not switch to repl buffer on send command group #15

Closed illia-danko closed 1 year ago

illia-danko commented 1 year ago

As a user I have the following setup:

Whenever I experiment with a function or a variable I evaluate it by either: inf-elixir-send-buffer once I've switched to file, inf-elixir-send-region or inf-elixir-send-line. That works, but I found tedious to switch back to the source code buffer every time after the evaluation.

Proposal:

J3RN commented 1 year ago

Fixed by #16