Steve Chan
Steve Chan
My datascript version is: ```clojure datascript {:mvn/version "0.18.13"} datascript-transit {:mvn/version "0.3.0"} ```
@DomHudson Code is here: 
@DomHudson What is you email? I share you by google drive. Thanks for your help :+1:
@DomHudson Hello :-D

This operation is invalid for me.  This is my mac
@purcell I am use rvm & zsh & mac emacs 24.4 , but I don't know how to do "Emacs path setup" . It's always like this :  thanks...
@erw7 I move my path setting to .zshenv form .zshrc, But Emacs "rinaria-web-server" is no work. thanks :) ``` bash ➜ ~ echo $PATH /Users/jim/.rvm/gems/ruby-2.2.0/bin:/Users/jim/.rvm/gems/ruby-2.2.0@global/bin:/Users/jim/.rvm/rubies/ruby-2.2.0/bin:/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home//bin:/Users/jim/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/jim/Downloads/apache-maven-3.2.5//bin:/Users/jim/.rvm/bin ➜ ~ cat .zshenv export...
@erw7 I am use your setting , in my init.el , Rspec work is good :+1: , Thanks :) ``` lisp (setq shell-file-name "/bin/bash") ```
@dgutov Rspec-mode is work good in my Emacs :) , but I can't enable inf-ruby , When I hit one breakpoint . I add `(add-hook 'after-init-hook 'inf-ruby-switch-setup)` to my init.el...