branch: elpa/inf-clojure
commit 478d5238839b010ad35f1a8febfef8ede5e37296
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add missing var-meta to REPL features example
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ad7461a6b3..8ff49126b3 100644
--- a/README.md
+++ b/README.md
@@ -264,7 +264,8 @@ The supported REPL-features are in an alist called
(macroexpand . "(cljs.core/macroexpand '%s)")
(macroexpand-1 . "(cljs.core/macroexpand-1 '%s)")
(reload . "(require '%s :reload)")
- (reload-all . "(require '%s :reload-all)"))))
+ (reload-all . "(require '%s :reload-all)")
+ (var-meta . "(cljs.core/meta (cljs.core/resolve '%s))"))))
```
If you want to add a new REPL type, just do something like: