Oskar Kvist
Oskar Kvist
If you just installed fzf, restart your terminal and emacs.
@oystersauce8 Do you know where I can find more information about this behaviour/standard?
I should have been clearer. Forgive me. If I have: ``` line 1 line 3 ``` And copy "abc" without any newlines in it, and press p (for paste) on...
Yes, I did install ws. I think I have the target output folder correctly set. The Electron app starts, it's just that figwheel does not connect properly. > also FYI...
@pkpkpk No.
By the way, I think I misspoke previously. The problem seems to be that a REPL server (right?) can't be opened in Electron, not that fw can't connect. I'm new...
> I am not sure what you mean. That's OK. I'm not sure I know what I mean either. I'm new to ClojureScript and don't really know much about ClojureScript...
In the JavaScript console? `global.figwheel` is undefined.
I just noticed something. In my code: ``` (defn -main [] (.on app "ready" (fn [] (println "hello") ;;