mirror of
https://github.com/correl/melpa.git
synced 2024-12-22 19:17:27 +00:00
Merge pull request #1819 from kaz-yos/eval-in-repl
Add eval-in-repl (Consistent eval interface for various REPLs)
This commit is contained in:
commit
a76c030bf0
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