mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Add eval-in-repl
Consistent eval interface for various REPLs This package does what ESS does for R for various REPLs, including ielm. Emacs Speaks Statistics (ESS) package has a nice function called ess-eval-region-or-line-and-step, which is assigned to C-RET. This function sends a line or a selected region to the corresponding shell (R, Julia, Stata, etc) visibly. It also start up a shell if there is none. This package implements similar work flow for various read-eval-print-loops (REPLs) shown below. https://github.com/kaz-yos/eval-in-repl/
This commit is contained in:
parent
a2649d60dd
commit
34a9e8eb3a
1 changed files with 6 additions and 0 deletions
6
recipes/eval-in-repl
Normal file
6
recipes/eval-in-repl
Normal file
|
@ -0,0 +1,6 @@
|
|||
;;; https://github.com/milkypostman/melpa#recipe-format
|
||||
(eval-in-repl :fetcher github
|
||||
:repo "kaz-yos/eval-in-repl"
|
||||
:commit "origin/master"
|
||||
:files ("*.el"
|
||||
(:exclude "*.md" "*.png")))
|
Loading…
Reference in a new issue