branch: elpa/inf-clojure
commit 27ce59457bcb296c13d12b8bf7930a2524c5e85f
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add reload and reload-all to REPL features example in README
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e3882f299c..992149cf61 100644
--- a/README.md
+++ b/README.md
@@ -209,7 +209,9 @@ The supported REPL-features are in an alist called
(ns-vars . "(cljs.repl/dir %s)")
(set-ns . "(in-ns '%s)")
(macroexpand . "(cljs.core/macroexpand '%s)")
- (macroexpand-1 . "(cljs.core/macroexpand-1 '%s)"))))
+ (macroexpand-1 . "(cljs.core/macroexpand-1 '%s)")
+ (reload . "(require '%s :reload)")
+ (reload-all . "(require '%s :reload-all)"))))
```
If you want to add a new REPL type, just do something like: